meta prompt mcp for Cursor
io.github.kapillamba4/meta-prompt-mcp
MCP server providing official Google and Anthropic prompting guides for meta-prompt generation.
client:Cursor
transport:stdio
runtime:pypi
Install meta prompt mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"meta-prompt-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"meta-prompt-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs