This MCP server is a thin wrapper around the Paperclip REST API, exposing Paperclip data and actions through MCP tools without talking directly to the database or reimplementing business logic. It supports read and write operations for entities like issues, documents, approvals, projects, goals, comments, agents, and inbox data.
From the registry: Trending hip-hop artist momentum scores across four cultural dimensions.
Please install the `labelhead-artist-momentum` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js** — Node.js is required to run the server via npx.
- **Obtain Paperclip API URL** — Set the base URL for your Paperclip instance.
- **Obtain Paperclip API key** — Create or obtain a bearer token used for /api requests.
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@paperclipai/mcp-server"]
- required environment variables:
- `PAPERCLIP_API_URL`: Paperclip base URL. (example: `<your-paperclip-api-url>`)
- `PAPERCLIP_API_KEY`: Bearer token used for /api requests. (example: `<your-paperclip-api-key>`)
- optional environment variables:
- `PAPERCLIP_COMPANY_ID`: Optional default company for company-scoped tools. (example: `<your-company-id>`)
- `PAPERCLIP_AGENT_ID`: Optional default agent for checkout helpers. (example: `<your-agent-id>`)
- `PAPERCLIP_RUN_ID`: Optional run ID forwarded on mutating requests. (example: `<your-run-id>`)
Note: Preferred install path is the published package via npx. The README also shows a local repo build path, but that is not the simplest portable option.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.PAPERCLIP_API_URLrequiredPaperclip base URL used for API requestsPAPERCLIP_API_KEYrequiredBearer token used for /api requestsPAPERCLIP_COMPANY_IDOptional default company for company-scoped toolsPAPERCLIP_AGENT_IDOptional default agent for checkout helpersPAPERCLIP_RUN_IDOptional run id forwarded on mutating requestsMake 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.