The MCP server is designed for agents. It returns job ids, metadata, manifests, and file references first, then lets the agent read only the files it needs.
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": {
"terfable": {
"command": "npx",
"args": [
"-y",
"Akinmoldun/Terfable"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add terfable npx -y Akinmoldun/Terfable
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"terfable": {
"command": "npx",
"args": [
"-y",
"Akinmoldun/Terfable"
]
}
}
}
📋 Copy