Symbols MCP
Rank #7,170io.github.p1va/symbols
Read, inspect and navigate codebase symbols by connecting to a Language Server
Symbols MCP is a Model Context Protocol (MCP) server published by p1va. It ranks #7,170 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Symbols MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 12 tracked versions. It was first listed on Aug 4, 2025 and most recently updated on Jul 22, 2026.
Ranks ahead of 124,876 of 132,046 servers on MCP Toplist.
Use Symbols MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add symbols -- npx -y @p1va/symbols start[mcp_servers.symbols]
command = "npx"
args = ["-y", "@p1va/symbols", "start"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"symbols": {
"command": "npx",
"args": [
"-y",
"@p1va/symbols",
"start"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"symbols": {
"command": "npx",
"args": [
"-y",
"@p1va/symbols",
"start"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"symbols": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@p1va/symbols",
"start"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"symbols": {
"command": "npx",
"args": [
"-y",
"@p1va/symbols",
"start"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"symbols": {
"command": "npx",
"args": [
"-y",
"@p1va/symbols",
"start"
]
}
}
}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.p1va%2Fsymbols)<a href="https://mcptoplist.com/server/io.github.p1va%2Fsymbols"><img src="https://mcptoplist.com/badge/io.github.p1va%2Fsymbols.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
p1va
Available versions (12)
| Version | Published |
|---|---|
| 0.0.25 | Jul 22, 2026 |
| 0.0.22 | Apr 10, 2026 |
| 0.0.21 | Apr 9, 2026 |
| 0.0.20 | Apr 8, 2026 |
| 0.0.18 | Oct 21, 2025 |
| 0.0.17 | Oct 20, 2025 |
| 0.0.14 | Sep 17, 2025 |
| 0.0.13 | Sep 16, 2025 |
| 0.0.12 | Sep 16, 2025 |
| 0.0.11 | Sep 16, 2025 |
| 1.0.0 | Sep 12, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Symbols MCP?
- Symbols MCP is maintained by p1va, which publishes 1 MCP server (12 total versions) tracked on MCP Toplist.
- Is Symbols MCP listed on the Official MCP Registry?
- Yes — Symbols MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Symbols MCP have?
- MCP Toplist tracks 12 versions of Symbols MCP, most recently published on Jul 22, 2026.
- Where can I find the source code for Symbols MCP?
- The source code for Symbols MCP is hosted at github.com/p1va/symbols.
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.