harry potter mcp for Cursor
io.github.mrfentmen/harry-potter-mcp
Characters, spells, and houses from the free Harry Potter API.
client:Cursor
transport:stdio
runtime:npm
Install harry potter mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"harry-potter-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"harry-potter-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs