Use Remote PM Jobs from your AI assistant
Remote PM Jobs ships an MCP (Model Context Protocol) server. Once you connect it to an AI client like Claude Desktop, Cursor, or Claude Code, you can search the board, filter by everything you’d filter on the site, and pull role details directly into your conversation.
It’s read-only, anonymous, and free. There’s no signup. The data refreshes daily.
Endpoint
Point your MCP client at:
https://remotepmjobs.com/api/mcpTransport is streamable HTTP. No authentication, no session id needed.
Install
Claude Code
claude mcp add --transport http remote-pm-jobs https://remotepmjobs.com/api/mcpCursor
Open your Cursor MCP config (create it if it doesn’t exist):
- User-level:
~/.cursor/mcp.json - Project-level:
.cursor/mcp.jsonin your workspace root
Add this entry, then reopen Cursor:
{
"mcpServers": {
"remote-pm-jobs": {
"url": "https://remotepmjobs.com/api/mcp"
}
}
}Or use the GUI: Settings → MCP → Add new MCP server.
Claude Desktop
Open your config file (create it if it doesn’t exist):
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add this entry under mcpServers, then restart Claude Desktop:
{
"mcpServers": {
"remote-pm-jobs": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://remotepmjobs.com/api/mcp"]
}
}
}This uses mcp-remote to bridge the streamable HTTP server into Claude Desktop’s stdio transport. Requires Node.js installed.
Things you can ask
- “Find senior remote PM jobs at AI-native companies posted this week.”
- “Show me PM roles paying over $200K with people-management responsibility.”
- “Which fintech companies are hiring multiple PMs right now?”
- “List companies with async-first culture and unlimited PTO.”
- “What’s the pitch for the senior PM role at Postscript?”
Starter prompts
The server ships a few one-click prompt templates. Where they show up depends on your client:
- Claude Code & Cursor: type
/in chat to see them in the slash menu. - Claude Desktop: they appear in the
+attachment menu in the chat input.
The prompts:
find_remote_pm_jobs— guided search, takes optional free-text criteria.whats_new_this_week— roles first posted in the last 7 days.research_company— pulls a full company profile and their open roles.
Privacy
Anonymous usage is logged — tool name, arguments, result count, and user-agent. No personal data, no IP addresses. I use it to see what’s useful and prioritize improvements.
Stay in the loop
Want a heads-up when new tools or starter prompts ship? Get email alerts.
Feedback
This is a v1. If you find a bug, want a new tool, or end up using it for something interesting, email beckyschmidt0622@gmail.com or find me on LinkedIn.