What is the Usajobs MCP server?
USAJOBS.gov MCP — US federal job postings
How to install Usajobs
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"usajobs": {
"url": "https://gateway.pipeworx.io/usajobs/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"usajobs": {
"serverUrl": "https://gateway.pipeworx.io/usajobs/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"usajobs": {
"type": "http",
"url": "https://gateway.pipeworx.io/usajobs/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"usajobs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/usajobs/mcp"
]
}
}
}Claude Code
claude mcp add --transport http usajobs https://gateway.pipeworx.io/usajobs/mcpRelated MCP servers
Pipeworx
Maintained
Live data gateway for AI — 3,300+ tools across 750+ sources, with citations
5
View repository →Dockerfile
MIT
Czso Cz
Active
Czech Statistical Office (Český statistický úřad, ČSÚ) open-data MCP.
1
View repository →TypeScript
MIT
Dbpedia
Active
DBpedia MCP — SPARQL + Lookup over Wikipedia-derived structured data
1
View repository →TypeScript
MIT
Fcc Regulations
Active
FCC Regulations MCP — US Federal Communications Commission rules (47 CFR).
1
View repository →TypeScript
MIT
Gdelt
Active
GDELT MCP — Global Database of Events, Language, and Tone (free, no auth)
1
View repository →TypeScript
MIT
iconify
Active
Iconify MCP — wraps the Iconify public API (free, no auth)
1
View repository →TypeScript
MIT