Connects Claude to the Corvi Careers job board API over streamable HTTP, letting you search remote and onsite positions without leaving your editor. The public MCP endpoint at corvi.careers/mcp means zero configuration for clients that support remote servers directly. For local stdio setups, you can proxy through mcp-remote with npx. Reach for this when you're job hunting and want to query listings conversational style instead of clicking through a web interface. The remote transport model is interesting because there's no local installation, just point your MCP client at the URL and start searching. MIT licensed with support available through their main site.
This repository publishes the Corvi Careers Codex plugin marketplace entry and plugin package.
Corvi Careers lets Codex and other MCP-capable clients search jobs through the public Corvi Careers MCP server.
Add this repository as a Codex plugin marketplace/catalog source:
https://github.com/jobswithgpt/mcp
Then install Corvi Careers from the Codex plugin marketplace UI.
.agents/plugins/marketplace.json
plugins/corvi-careers/
The marketplace file registers the Corvi Careers plugin and points Codex to:
./plugins/corvi-careers
For MCP clients that support remote Streamable HTTP directly:
https://corvi.careers/mcp
For clients that expect a local stdio MCP server, use mcp-remote:
{
"mcpServers": {
"corvi-careers": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://corvi.careers/mcp"
]
}
}
}
See the plugin README:
plugins/corvi-careers/README.md
Website: https://corvi.careers
Support: support@corvi.careers
License: MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp