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.
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.
Use an HTTPS MCP server with Streamable HTTP or SSE.
Add mcp_servers and tools entries to the Messages API request.
Pass authorization_token when needed.
Claude Code, Agent Skills, MCP connector, and plugin-style customization for Claude workflows.
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.
SKILL.md workflows for Claude Code and Claude API.
Claude Code skills live in personal, project, plugin, or enterprise locations and can include scripts, templates, examples, and references.
mkdir -p ~/.claude/skills/summarize-changesBundle skills, agents, hooks, MCP servers, and monitors.
Claude Code plugins are self-contained directories that extend Claude Code with skills, agents, hooks, MCP servers, LSP servers, and monitors.
Connect Cursor agents to tools and data sources.
Cursor supports Model Context Protocol for connecting external tools and data to its agent workflows.