Overview
The evm-server MCP Server is a TypeScript-based server designed for interacting with EVM (Ethereum Virtual Machine) chains, providing a simple notes system that demonstrates core MCP (Model Context Protocol) concepts.
To use the evm-server MCP Server, install the necessary dependencies, build the server, and configure it with Claude Desktop. You can create and summarize notes using the provided tools and prompts.
- Resources representing text notes with URIs and metadata. - Tools for creating new notes and generating summaries. - Access notes via
note://URIs with structured metadata.
- Managing and organizing notes related to EVM chains.
- Summarizing notes for quick reference and review.
- Integrating with other applications that utilize MCP servers.
Add to your AI client
Use these steps to connect evm-server MCP 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": {
"pythonpete32-mcp-server-template-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pythonpete32-mcp-server-template-mcp-mirror"
]
}
}
}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": {
"pythonpete32-mcp-server-template-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pythonpete32-mcp-server-template-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"pythonpete32-mcp-server-template-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pythonpete32-mcp-server-template-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"pythonpete32-mcp-server-template-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pythonpete32-mcp-server-template-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pythonpete32-mcp-server-template-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pythonpete32-mcp-server-template-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"pythonpete32-mcp-server-template-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-pythonpete32-mcp-server-template-mcp-mirror"
]
}
}
}FAQ
What programming language is used for the evm-server?
The evm-server is built using TypeScript.
How do I install the evm-server?
You can install it by running `npm install` and then build it using `npm run build`.
Can I use the evm-server with other applications?
Yes! The evm-server can be integrated with applications that support MCP servers.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":602,"uuid":"190b20db-69a4-43bc-9be8-c951711dd1d4","name":"pythonpete32_mcp-server-template","title":"evm-server MCP Server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T03:23:55.25+00:00","updated_at":"2025-02-23T07:15:12.935+00:00","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"evm-server,mcp-server,typescript","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/pythonpete32_mcp-server-template","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"}]]}]