mcp-server
by sauravfouzdar
A simple MCP server that facilitates communication between a client and Claude by executing tools and relaying results.
View on GitHub
Last updated: N/A
mcp-server
A simple MCP server.
How does it work?
- The client sends queries to Claude
- Claude analyzes the available tools and prompts the available tools
- The client executes the chosen tool(s) through the MCP server
- The results are sent back to Claude
- Claude formulates a natural language response
- The response is displayed to you