MCP Server
Rank #7,184com.picaos/mcp
A Model Context Protocol Server for Pica
MCP Server is a Model Context Protocol (MCP) server published by picahq. It ranks #7,184 of 132,113 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Oct 22, 2025 and most recently updated on Oct 22, 2025.
Ranks ahead of 124,929 of 132,113 servers on MCP Toplist.
Use MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add picaos -e "PICA_SECRET=<your PICA_SECRET>" -- npx -y @picahq/mcpReplace each placeholder with your own value before saving.
[mcp_servers.picaos]
command = "npx"
args = ["-y", "@picahq/mcp"]
[mcp_servers.picaos.env]
PICA_SECRET = "<your PICA_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"picaos": {
"command": "npx",
"args": [
"-y",
"@picahq/mcp"
],
"env": {
"PICA_SECRET": "<your PICA_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"picaos": {
"command": "npx",
"args": [
"-y",
"@picahq/mcp"
],
"env": {
"PICA_SECRET": "<your PICA_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"picaos": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@picahq/mcp"
],
"env": {
"PICA_SECRET": "<your PICA_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"picaos": {
"command": "npx",
"args": [
"-y",
"@picahq/mcp"
],
"env": {
"PICA_SECRET": "<your PICA_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"picaos": {
"command": "npx",
"args": [
"-y",
"@picahq/mcp"
],
"env": {
"PICA_SECRET": "<your PICA_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.picaos%2Fmcp)<a href="https://mcptoplist.com/server/com.picaos%2Fmcp"><img src="https://mcptoplist.com/badge/com.picaos%2Fmcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
picahq
Other servers by picahq
View all picahq servers →Available versions (2)
| Version | Published |
|---|---|
| 2.0.3 | Oct 22, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by picahq, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry.
- How many versions does MCP Server have?
- MCP Toplist tracks 2 versions of MCP Server, most recently published on Oct 22, 2025.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/picahq/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.