agent press for Claude Desktop
com.biodnd/agent-press
Agent Press: news MCP server streaming company headlines
client:Claude Desktop
transport:sse
Install agent press in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-press": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-press.biodnd.com/sse"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs