← Index

Symbols MCP

io.github.symbo-ls/symbols-mcp·v1.1.6·Documents & Spreadsheets
Quality Score
90
/100

Symbols.app MCP — docs, code generation, publishing, CLI/SDK reference

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "symbols-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@symbo.ls/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "symbols-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@symbo.ls/mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @symbo.ls/mcp
Claude Desktop (uvx)
{
  "mcpServers": {
    "symbols-mcp": {
      "command": "uvx",
      "args": [
        "symbols-mcp"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets