Catalog
com.picaos/mcp
OfficialA Model Context Protocol Server for Pica
MCP server integration for the Pica platform.
README not available yet.
Install
Configuration
Environment variables
PICA_SECRETrequiredsecretYour API key for the service
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@picahq/mcp@2.0.3"
],
"env": {
"PICA_SECRET": "<YOUR_PICA_SECRET>"
}
}
}
}