What is the com.biodnd/agent-ip MCP server?
Agent IP: MCP server with patents search tools
How to install com.biodnd/agent-ip
Copy-paste configuration for popular MCP clients.
transport: sse
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agent-ip": {
"url": "https://agent-ip.biodnd.com/sse"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-ip": {
"serverUrl": "https://agent-ip.biodnd.com/sse"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agent-ip": {
"type": "http",
"url": "https://agent-ip.biodnd.com/sse"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"agent-ip": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-ip.biodnd.com/sse"
]
}
}
}Claude Code
claude mcp add --transport sse agent-ip https://agent-ip.biodnd.com/sse