Pica
Rank #1,447io.github.withpica/pica
manage your music catalog through conversation — works, recordings, credits, agreements, royalties
Pica is a Model Context Protocol (MCP) server published by withpica. It ranks #1,447 of 115,591 servers tracked on MCP Toplist, and its repository has 487 GitHub stars. Pica is listed across 2 registries — Official MCP and mcp.so, with 36 tracked versions. It was first listed on Apr 1, 2026 and most recently updated on Jul 28, 2026.
Ranks ahead of 114,144 of 115,591 servers on MCP Toplist.
Use Pica
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pica -- npx -y @withpica/mcp-server[mcp_servers.pica]
command = "npx"
args = ["-y", "@withpica/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pica": {
"command": "npx",
"args": [
"-y",
"@withpica/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pica": {
"command": "npx",
"args": [
"-y",
"@withpica/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pica": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@withpica/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pica": {
"command": "npx",
"args": [
"-y",
"@withpica/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pica": {
"command": "npx",
"args": [
"-y",
"@withpica/mcp-server"
]
}
}
}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/io.github.withpica%2Fpica)<a href="https://mcptoplist.com/server/io.github.withpica%2Fpica"><img src="https://mcptoplist.com/badge/io.github.withpica%2Fpica.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
withpica
Available versions (36)
| Version | Published |
|---|---|
| 2.95.2 | Jul 28, 2026 |
| 2.95.1 | Jul 27, 2026 |
| 2.95.0 | Jul 25, 2026 |
| 2.87.0 | Jul 4, 2026 |
| 2.85.0 | Jul 1, 2026 |
| 2.83.2 | Jun 27, 2026 |
| 2.83.1 | Jun 26, 2026 |
| 2.81.0 | Jun 19, 2026 |
| 2.67.0 | Jun 2, 2026 |
| 2.56.0 | May 14, 2026 |
| 2.55.0 | May 13, 2026 |
| 2.54.0 | May 13, 2026 |
| 2.52.2 | May 13, 2026 |
| 2.52.1 | May 12, 2026 |
| 2.53.0 | May 12, 2026 |
| 2.52.0 | May 12, 2026 |
| 2.51.0 | May 11, 2026 |
| 2.50.0 | May 11, 2026 |
| 2.49.0 | May 9, 2026 |
| 2.48.0 | May 3, 2026 |
| 2.47.0 | May 2, 2026 |
| 2.46.0 | May 2, 2026 |
| 2.45.1 | May 2, 2026 |
| 2.45.0 | May 2, 2026 |
| 2.43.0 | Apr 30, 2026 |
| 2.40.0 | Apr 30, 2026 |
| 2.39.0 | Apr 30, 2026 |
| 2.35.0 | Apr 30, 2026 |
| 2.33.0 | Apr 29, 2026 |
| 2.32.0 | Apr 29, 2026 |
| 2.31.0 | Apr 28, 2026 |
| 2.23.0 | Apr 19, 2026 |
| 2.22.0 | Apr 18, 2026 |
| 2.6.2 | Apr 8, 2026 |
| 2.4.1 | Apr 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Pica?
- Pica is maintained by withpica, which publishes 5 MCP servers (44 total versions) tracked on MCP Toplist.
- Is Pica listed on the Official MCP Registry?
- Yes — Pica is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does Pica have?
- MCP Toplist tracks 36 versions of Pica, most recently published on Jul 28, 2026.
- Where can I find the source code for Pica?
- The source code for Pica is hosted at github.com/withpica/pica.