The open-source MCP connector server behind readthemanifest.net — your AI apps read your manifest through one link. Token-derived encryption, no accounts.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"manifest-mcp": {
"command": "npx",
"args": [
"-y",
"DMAX-Vibes/manifest-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add manifest-mcp npx -y DMAX-Vibes/manifest-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"manifest-mcp": {
"command": "npx",
"args": [
"-y",
"DMAX-Vibes/manifest-mcp"
]
}
}
}
📋 Copy