Template
Freeby MCP Community
ModelContextProtocol server with tools, prompts and resources
v1.0.0Added Apr 12, 2026
mcpmodelcontextprotocoltypescriptignitionaimcp-template
Template MCP Server
ModelContextProtocol server with tools, prompts and resources
Installation
Reviews
Installation
Quick install
npx -y @ignitionai/mcp-template
Add to claude_desktop_config.json
{
"mcpServers": {
"template": {
"command": "npx",
"args": ["-y", "@ignitionai/mcp-template"]
}
}
}