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.
The MCP Server Template is a foundational framework designed to facilitate the development and deployment of model context protocol servers, leveraging LLM and MCP technologies.
mcp-server-template
GitHub
{
"mcpServers": {
"mcpservertemplate": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/narumiruna/mcp-server-template",
"mcpservertemplate"
]
}
}
}
PyPI
{
"mcpServers": {
"mcpservertemplate": {
"command": "uvx",
"args": ["mcpservertemplate@latest"]
}
}
}
Local
{
"mcpServers": {
"mcpservertemplate": {
"command": "uv",
"args": [
"run",
"--directory",
"/home/<user>/workspace/mcp-server-template",
"mcpservertemplate"
]
}
}
}