The Pica MCP Server is a Model Context Protocol server that facilitates integration with various third-party services through a standardized interface, enabling direct access to platform integrations and execution capabilities.
From the registry: A Model Context Protocol Server for Pica
Please install the `mcp-picahq` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Pica API key** — Get an API key from the Pica dashboard (https://app.picaos.com/settings/api-keys)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["@picahq/mcp"]
- required environment variables:
- `PICA_SECRET`: Pica secret API key (example: `<your-pica-secret-key>`)
- optional environment variables:
- `PICA_IDENTITY`: Scope connections to a specific identity (example: `user_123`)
- `PICA_IDENTITY_TYPE`: Identity type: user, team, organization, project (example: `user`)
- `PICA_PERMISSIONS`: Permission level: read, write, admin (example: `admin`)
- `PICA_CONNECTION_KEYS`: Restrict visible connections (example: `*`)
- `PICA_ACTION_IDS`: Restrict visible actions (example: `*`)
- `PICA_KNOWLEDGE_AGENT`: Knowledge-only mode (example: `false`)
Note: Remote MCP server also available at https://mcp.picaos.com
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.PICA_SECRETrequiredYour Pica secret key for authenticationMCP server that exposes GraphQL operations as tools for AI models.