MCP.so
Sign In

mcp-server-template

@narumiruna

About mcp-server-template

No overview available yet

Basic information

Category

Developer Tools

License

MIT

Runtime

python

Transports

stdio

Publisher

narumiruna

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcpservertemplate": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/narumiruna/mcp-server-template",
        "mcpservertemplate"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is mcp-server-template?

How to use mcp-server-template?

The server is configured in the MCP client settings using the mcpServers object with command and args. Example configurations are provided for installation via GitHub (uvx --from git+https://github.com/narumiruna/mcp-server-template mcpservertemplate), PyPI (uvx mcpservertemplate@latest), and local directory (uv run --directory /home/<user>/workspace/mcp-server-template mcpservertemplate).

Key features of mcp-server-template

Use cases of mcp-server-template

FAQ from mcp-server-template

Comments

More Developer Tools MCP servers