MCP Python SDK
Builds MCP servers and clients in Python with typed tool, resource, and prompt primitives plus stdio and streamable HTTP transports.
Skills
Server Authoring
Declares MCP tools, resources, and prompts as typed Python functions that the SDK exposes to any MCP client.
Transport Support
Serves an MCP server over stdio for local use or streamable HTTP for remote deployment behind authentication.
Client Integration
Connects a Python application to MCP servers to list and invoke their tools inside an agent loop.
Related Agents
OpenSandbox
Runs AI-agent workloads in isolated Docker or Kubernetes sandboxes, exposing sandbox lifecycle, command, filesystem, an…
AgentMail
Email inbox API built for AI agents. Create, send, receive, search, and manage email programmatically with SDKs for Pyt…
Braintrust
Evaluates and observes LLM applications end to end: capture traces, score them with evals, iterate in a prompt playgrou…
Claude MCP
Anthropic's Model Context Protocol — open standard for connecting AI models to tools, data sources, and services with u…