Jobgpt MCP Server
Rank #6,489io.github.captainjackrana/jobgpt-mcp-server
MCP server providing jobgpt-server capabilities
Jobgpt MCP Server is a Model Context Protocol (MCP) server published by 6figr-com. It ranks #6,489 of 115,591 servers tracked on MCP Toplist, and its repository has 21 GitHub stars. Jobgpt MCP Server is listed across 5 registries — Official MCP, Glama, Smithery, PulseMCP and mcp.so, with 4 tracked versions. It was first listed on Mar 3, 2026 and most recently updated on Mar 23, 2026.
Ranks ahead of 109,102 of 115,591 servers on MCP Toplist.
Use Jobgpt MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http jobgpt-mcp-server https://server.smithery.ai/xfigr-com/jobgpt/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add jobgpt-mcp-server -e "JOBGPT_API_KEY=<your JOBGPT_API_KEY>" -- npx -y jobgpt-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.jobgpt-mcp-server]
url = "https://server.smithery.ai/xfigr-com/jobgpt/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.jobgpt-mcp-server]
command = "npx"
args = ["-y", "jobgpt-mcp-server"]
[mcp_servers.jobgpt-mcp-server.env]
JOBGPT_API_KEY = "<your JOBGPT_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://server.smithery.ai/xfigr-com/jobgpt/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"jobgpt-mcp-server": {
"command": "npx",
"args": [
"-y",
"jobgpt-mcp-server"
],
"env": {
"JOBGPT_API_KEY": "<your JOBGPT_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jobgpt-mcp-server": {
"url": "https://server.smithery.ai/xfigr-com/jobgpt/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"jobgpt-mcp-server": {
"command": "npx",
"args": [
"-y",
"jobgpt-mcp-server"
],
"env": {
"JOBGPT_API_KEY": "<your JOBGPT_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"jobgpt-mcp-server": {
"type": "http",
"url": "https://server.smithery.ai/xfigr-com/jobgpt/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"jobgpt-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jobgpt-mcp-server"
],
"env": {
"JOBGPT_API_KEY": "<your JOBGPT_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jobgpt-mcp-server": {
"serverUrl": "https://server.smithery.ai/xfigr-com/jobgpt/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"jobgpt-mcp-server": {
"command": "npx",
"args": [
"-y",
"jobgpt-mcp-server"
],
"env": {
"JOBGPT_API_KEY": "<your JOBGPT_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jobgpt-mcp-server": {
"url": "https://server.smithery.ai/xfigr-com/jobgpt/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"jobgpt-mcp-server": {
"command": "npx",
"args": [
"-y",
"jobgpt-mcp-server"
],
"env": {
"JOBGPT_API_KEY": "<your JOBGPT_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.captainjackrana%2Fjobgpt-mcp-server)<a href="https://mcptoplist.com/server/io.github.captainjackrana%2Fjobgpt-mcp-server"><img src="https://mcptoplist.com/badge/io.github.captainjackrana%2Fjobgpt-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
6figr-com
Available versions (4)
| Version | Published |
|---|---|
| 1.1.4 | Mar 23, 2026 |
| 1.1.3 | Mar 23, 2026 |
| 1.1.2 | Mar 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Jobgpt MCP Server?
- Jobgpt MCP Server is maintained by 6figr-com, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Jobgpt MCP Server listed on the Official MCP Registry?
- Yes — Jobgpt MCP Server is listed on the Official MCP Registry, alongside Glama, Smithery, PulseMCP and mcp.so.
- How many versions does Jobgpt MCP Server have?
- MCP Toplist tracks 4 versions of Jobgpt MCP Server, most recently published on Mar 23, 2026.
- Where can I find the source code for Jobgpt MCP Server?
- The source code for Jobgpt MCP Server is hosted at github.com/6figr-com/jobgpt-mcp-server.