MCP server setup
Canonical npm package and publishing
The @kaps_ai/mcp-server package on npm is built and published only from the public Kaps-Community repository, under mcp-server/. It uses the npm user scope @kaps_ai, which matches the maintainer account kaps_ai (not the separate @kaps organization).
Other repositories may contain an optional mcp-server/ copy for local development only. Cursor and Claude configs should use the name in package.json: @kaps_ai/mcp-server.
Maintainers publish from a clone of Kaps-Community only. Run npm whoami and expect kaps_ai before publishing.
cd mcp-server
npm install
npm run build
npm whoami
npm publish
If npm returns 403, use npm publish --otp=<code> if 2FA is required, or fix token permissions.
After a successful publish:
npm view @kaps_ai/mcp-server version
You should see a version number, not 404.
Full user guide (tools, env vars, Cursor, Claude, troubleshooting): MCP server