OpenAI MCP and Connectors
Use remote MCP tools through the Responses API.
OpenAI Responses API can import tools from remote MCP servers that support Streamable HTTP or HTTP/SSE, then call those tools as part of a model run.
Browser automation MCP with accessibility snapshots.
Microsoft Playwright MCP lets agents navigate and operate web pages using structured accessibility snapshots across major MCP clients.
Install
npx @playwright/mcp@latestAdd command npx with args ["@playwright/mcp@latest"] to mcpServers.playwright.
Use Cursor Settings > MCP > Add new MCP Server.
claude mcp add playwright npx @playwright/mcp@latest
Open protocol, registry, SDKs, inspector, server metadata, and cross-client integration patterns.
Provider docsUse remote MCP tools through the Responses API.
OpenAI Responses API can import tools from remote MCP servers that support Streamable HTTP or HTTP/SSE, then call those tools as part of a model run.
Connect Claude Messages API to remote MCP servers.
Anthropic MCP connector lets Claude API requests connect directly to remote MCP servers using a beta header and remote HTTP/SSE tools.
Connect Cursor agents to tools and data sources.
Cursor supports Model Context Protocol for connecting external tools and data to its agent workflows.
Official MCP server for GitHub APIs.
The official GitHub MCP server exposes GitHub data and actions to MCP-compatible agents with remote and local configurations.