Recaf 4.x plugin that starts a local MCP (Model Context Protocol) server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"recaf-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"TinyHerm/Recaf-MCP-Plugin"
]
}
}
}
Run in terminal:
claude mcp add recaf-mcp-plugin npx -y TinyHerm/Recaf-MCP-Plugin
Add to .cursor/mcp.json:
{
"mcpServers": {
"recaf-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"TinyHerm/Recaf-MCP-Plugin"
]
}
}
}