What is the Inspire Hep MCP server?
INSPIRE-HEP high-energy physics literature database
How to install Inspire Hep
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"inspire-hep": {
"url": "https://gateway.pipeworx.io/inspire-hep/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"inspire-hep": {
"serverUrl": "https://gateway.pipeworx.io/inspire-hep/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"inspire-hep": {
"type": "http",
"url": "https://gateway.pipeworx.io/inspire-hep/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"inspire-hep": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/inspire-hep/mcp"
]
}
}
}Claude Code
claude mcp add --transport http inspire-hep https://gateway.pipeworx.io/inspire-hep/mcp