Writing
Connect GitHub to VS Code
Step-by-step: create an MCP server for the GitHub API using paso, connect it to VS Code Copilot, and start querying issues, PRs, and repositories.
Connect Twilio to Windsurf
Step-by-step: create an MCP server for the Twilio API using paso, connect it to Windsurf, and send SMS messages and check delivery status without leaving your editor.
Stop Editing JSON by Hand
usepaso connect writes your MCP client config for you. One command connects to Claude Desktop, Cursor, VS Code, or Windsurf — no JSON editing required.
Common MCP Server Errors (and How to Fix Them)
Seven validation errors you'll hit when building an MCP server with paso, with the exact fix for each one.
MCP Server Performance: What to Expect
MCP server performance benchmarks for paso: cold start times, per-request overhead, and how generated servers compare to hand-written MCP SDK code.
Connect Stripe to Claude Desktop in 5 Minutes
Step-by-step: create an MCP server for Stripe's API using paso, connect it to Claude Desktop, and start querying charges, balances, and customers.
How to Make Your API Work with Claude
Connect any REST API to Claude Desktop in under 10 minutes. Declare capabilities in YAML, run one command, and Claude can call your API.
Five Ways to Test Before You Ship
paso gives you five commands to verify your declaration before an agent ever touches your API.
OpenAPI to MCP in 60 Seconds
You already have an OpenAPI spec. Here's how to turn it into a working MCP server with one command.