MCP Directory
Back

testmcpserver1

by jhunbaclaan · Python · ★ 0

little tester for learning mcps; i followed the tutorial from https://modelcontextprotocol.io/docs/develop/build-server

Install

pip install git+https://github.com/jhunbaclaan/testmcpserver1.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "testmcpserver1": {
      "command": "uvx",
      "args": [
        "git+https://github.com/jhunbaclaan/testmcpserver1.git"
      ]
    }
  }
}

From the README

a little taste-tester for learning how to create an mcp server, 1:1 with the tutorial at https://modelcontextprotocol.io/docs/develop/build-server some specifics: - i followed the tutorial nearly to a tee; directory name and the .py name is different as per my preference - used claude to connect to the server & hook up an llm; if you have another llm feel free to use it, but configuring it to accept the server is your problem
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers