Skip to content
Cursor

job description ai mcp for Cursor

io.github.csoai-org/job-description-ai-mcp

Job Description Ai MCP Server by MEOK AI Labs

client:Cursor transport:stdio runtime:pypi

Install job description ai mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "job-description-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "job-description-ai-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

job description ai mcp in other clients