Screenshots, PDFs & Markdown for AI agents — MCP server for SnapForge (Claude, Cursor, Hermes, OpenClaw & any MCP client)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"snapforge-mcp": {
"command": "npx",
"args": [
"-y",
"sporty303/snapforge-mcp"
]
}
}
}
Run in terminal:
claude mcp add snapforge-mcp npx -y sporty303/snapforge-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"snapforge-mcp": {
"command": "npx",
"args": [
"-y",
"sporty303/snapforge-mcp"
]
}
}
}