prysmatic-mcp

eserya77/prysmatic-mcp
★ 0 stars Python API Integration Updated today
Prysmatic's MCP server optimized for Claude Code
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "prysmatic-mcp": {
      "command": "uvx",
      "args": [
        "prysmatic-mcp"
      ]
    }
  }
}

Or install with pip: pip install prysmatic-mcp

README Excerpt

A Claude Code plugin that bundles: - the **`prysmatic-api` skill** — teaches Claude the Prysmatic REST API, and - the **`prysmatic` MCP server** — 5 tools to query tracked Solana wallets and tokens. The MCP package source lives in [`mcp/`](mcp) and is published on PyPI as - An MCP-capable client (e.g. Claude Code).