A template to easily get started with and create your own MCP Servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpkit": {
"command": "npx",
"args": [
"-y",
"NZ-Linix/mcpkit"
]
}
}
}
Run in terminal:
claude mcp add mcpkit npx -y NZ-Linix/mcpkit
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpkit": {
"command": "npx",
"args": [
"-y",
"NZ-Linix/mcpkit"
]
}
}
}