Odel
meta prompt mcp

meta prompt mcp

Local
@kapillamba42PythonMITUpdated 3mo ago

MCP server providing official Google and Anthropic prompting guides for meta-prompt generation.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImeta-prompt-mcpv1.0.11

Run

uvx meta-prompt-mcp

MCP client config

{
  "mcpServers": {
    "meta-prompt-mcp": {
      "command": "uvx",
      "args": [
        "meta-prompt-mcp"
      ]
    }
  }
}