@withpica/mcp-server
Freeby MCP Community
MCP Server for PICA Platform - enables AI assistants to interact with PICA
v2.10.0Added Apr 12, 2026
mcpmodel-context-protocolpicaaiassistant
@withpica/mcp-server MCP Server
MCP Server for PICA Platform - enables AI assistants to interact with PICA
Installation
Reviews
Installation
Quick install
npx -y @withpica/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@withpica/mcp-server": {
"command": "npx",
"args": ["-y", "@withpica/mcp-server"]
}
}
}