pythonpete32/mcp-server-template
If you are the rightful owner of mcp-server-template and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A MCP Server for interacting with EVM chains.
The evm-server MCP Server is a TypeScript-based implementation designed to interact with EVM chains. It provides a simple notes system to demonstrate core MCP concepts. The server allows users to create, list, and access notes using URIs and metadata. It also includes tools for creating new notes and prompts for generating summaries of these notes. This server is particularly useful for developers looking to integrate MCP functionalities with EVM chains.
Features
- Resources: List and access notes via `note://` URIs, each with a title, content, and metadata. Supports plain text mime type for simple content access.
- Tools: `create_note` tool allows the creation of new text notes by taking title and content as required parameters and storing the note in server state.
- Prompts: `summarize_notes` prompt generates a summary of all stored notes, including all note contents as embedded resources, and returns a structured prompt for LLM summarization.
Usages
usage with Claude Desktop
{ "mcpServers": { "evm-server": { "command": "/path/to/evm-server/build/index.js" } } }