MCP servers by JOS, starting from MCP Template https://github.com/josmithiii/mcp-template
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-servers-jos": {
"command": "npx",
"args": [
"-y",
"josmithiii/mcp-servers-jos"
]
}
}
}
Run in terminal:
claude mcp add mcp-servers-jos npx -y josmithiii/mcp-servers-jos
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-servers-jos": {
"command": "npx",
"args": [
"-y",
"josmithiii/mcp-servers-jos"
]
}
}
}