← Index

com.picaos/mcp

com.picaos/mcp·v2.0.3·Other
Quality Score
68
/100

A Model Context Protocol Server for Pica

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@picahq/mcp"
      ],
      "env": {
        "PICA_SECRET": "<your-pica_secret>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@picahq/mcp"
      ],
      "env": {
        "PICA_SECRET": "<your-pica_secret>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @picahq/mcp
§02  Environment variables
PICA_SECRET
requiredsecret

Your API key for the service

§03  MCP Quality Score  ·  methodology
freshness
13
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other