Skip to content

jeebx/mcp-server-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express MCP Server

A basic Model Context Protocol (MCP) server built with Express.

Setup

pnpm install

Run

pnpm start

Or with auto-reload during development:

pnpm run dev

Architecture

  • MCP Server: Communicates via stdio for Claude Desktop/Cursor integration
  • Express Server: HTTP endpoints (optional, for health checks or other HTTP needs)

Adding Tools

Tools can be added in the ListToolsRequestSchema handler (define tools) and CallToolRequestSchema handler (implement tool logic).

Testing

pnpm test

About

Quick MCP example to fetch balance of a given wallet address on Eth mainnet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published