Server Config
{
"mcpServers": {
"typefully": {
"command": "/path/to/your/typefully-mcp-server/venv/bin/python",
"args": [
"-m",
"typefully_mcp_server.server"
],
"cwd": "/path/to/your/typefully-mcp-server",
"env": {
"TYPEFULLY_API_KEY": "your_actual_api_key_here"
}
}
}
}