From nutmeg
Runs locally via stdio to provide football documentation as MCP resources, tools, or prompt templates for football-related queries and development.
npx claudepluginhub withqwerty/plugins --plugin nutmegAdd to your .mcp.json:
{
"mcpServers": {
"football-docs": {
"command": "npx",
"args": [
"-y",
"football-docs"
]
}
}
}npx