Overview
MCP Snapshot Server is a Model Context Protocol server designed for interacting with Snapshot.org, providing tools for querying Snapshot spaces, proposals, and users.
To use the MCP Snapshot Server, install it via npm and configure it in your Claude Desktop config file to run the server.
- Query Snapshot spaces and proposals - Retrieve user information based on Ethereum addresses - Get ranked lists of Snapshot spaces with detailed information
- Fetching a list of Snapshot spaces for analysis.
- Retrieving proposals for specific spaces to understand community decisions.
- Gathering user information for engagement in Snapshot governance.
Add to your AI client
Use these steps to connect MCP Snapshot Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-snapshot-server-crazyrabbitltc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-snapshot-server-crazyrabbitltc"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-snapshot-server-crazyrabbitltc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-snapshot-server-crazyrabbitltc"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-snapshot-server-crazyrabbitltc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-snapshot-server-crazyrabbitltc"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-snapshot-server-crazyrabbitltc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-snapshot-server-crazyrabbitltc"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-snapshot-server-crazyrabbitltc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-snapshot-server-crazyrabbitltc"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-snapshot-server-crazyrabbitltc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-snapshot-server-crazyrabbitltc"
]
}
}
}FAQ
What is the purpose of the MCP Snapshot Server?
It allows users to interact with Snapshot.org by providing tools to query spaces, proposals, and user data.
How do I install the MCP Snapshot Server?
You can install it using npm with the command `npm install mcp-snapshot-server`.
Is there any documentation available?
Yes, detailed documentation is provided in the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1473,"uuid":"b79c9d6a-8f46-485f-ac9f-f066bbe1c29a","name":"mcp-snapshot-server","title":"MCP Snapshot Server","description":"A MCP server for Snapshot","avatar_url":"https://avatars.githubusercontent.com/u/1938013?v=4","created_at":"2025-02-20T15:58:10.946Z","updated_at":"2025-02-23T07:21:39.117Z","status":"created","author_name":"crazyrabbitLTC","author_avatar_url":"https://avatars.githubusercontent.com/u/1938013?v=4","tags":"mcp-snapshot-server,mcp,snapshot","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/crazyrabbitLTC/mcp-snapshot-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]