Server Config
{
"mcpServers": {
"newsagent": {
"command": "python",
"args": [
"/absolute/path/to/newsagent_mcp.py"
],
"env": {
"NEWSAGENT_API_KEY": "your_key_here"
}
}
}
}{
"mcpServers": {
"newsagent": {
"command": "python",
"args": [
"/absolute/path/to/newsagent_mcp.py"
],
"env": {
"NEWSAGENT_API_KEY": "your_key_here"
}
}
}
}