Tag: mcp

7 articles

· mcp / model-context-protocol

Best MCP servers for developers in 2026: a practical guide

The best MCP servers in 2026 are all third-party: GitHub, Playwright, Stripe, Supabase, and Neon. Anthropic archived their reference servers in May 2025.

· cursor / mcp

How to Build MCP Tools That Work Inside Cursor

Step-by-step guide to building a custom MCP server in TypeScript and wiring it into Cursor Pro. Covers tool registration, restart quirks, and the five gotchas that waste an afternoon.

· mcp / claude-code

How to build and use MCP servers with Claude Code (2026)

MCP is the fastest way to give Claude Code project-specific context without pasting files every session. Here is a working recipe from scaffold to running tool.

· typescript / ai-agents

How to build an AI agent in TypeScript — tools, memory, MCP

Build a production TypeScript AI agent with @anthropic-ai/sdk v0.100.1: tool calling, the agentic loop, session and persistent memory, and an MCP server.

· claude-code / mcp

GitNexus Review: MCP Code-Graph Intelligence for Claude Code

GitNexus is the strongest code-graph tool for Claude Code: 16 MCP tools, symbol-level queries, no server. PolyForm NC blocks all commercial use.

· mcp / rest

MCP vs REST: When Each Makes Sense for AI Agents

REST is battle-tested, but MCP was built for agents. Here's when to use each — with a decision matrix, migration notes, and the honest case for both.

· mcp / claude-code

How to build an MCP server for Claude Code

Scaffold a TypeScript MCP server with [email protected], register it with Claude Code, and implement two real NWS weather tools — no API key, done in 30 minutes.