Insights, tutorials, and best practices for working with the Model Context Protocol

Guide

Awesome MCP Servers - Complete List of 50+ Best MCP Servers in 2026

The definitive awesome MCP servers list with 50+ curated servers. Discover the best Model Context Protocol servers for Claude, Cursor, and AI development including Supabase, GitHub, Stripe, Notion, Figma, and more.

Jan 13, 202615 min read
By Nikhil Tiwari
Tutorial

AWS MCP Servers - Complete Guide to Amazon Web Services MCP Integration

Learn how to use AWS MCP servers to connect Claude and Cursor to Amazon Web Services. Setup guides for S3, Lambda, EC2, DynamoDB, and more AWS services.

Jan 13, 202612 min read
By Nikhil Tiwari
Guide

Remote MCP Servers - Test and Connect to MCP Servers Online

Learn about remote MCP servers and how to test them online without local installation. Discover public MCP servers you can connect to instantly from your browser.

Jan 13, 20268 min read
By Nikhil Tiwari
Recipe

Build an AI GitHub PR Reviewer with MCP (Complete Recipe)

Step-by-step guide to building an automated AI code reviewer that analyzes GitHub pull requests, suggests improvements, and posts comments. Uses GitHub MCP + Claude.

Jan 13, 202615 min read
By Nikhil Tiwari
Recipe

Build an AI Database Query Assistant with Natural Language SQL (MCP Recipe)

Learn to build an AI assistant that converts natural language questions into SQL queries. Query databases using plain English with Supabase MCP and Claude. No SQL knowledge required.

Jan 13, 202618 min read
By Nikhil Tiwari
Recipe

Automate Jira Tasks from Meeting Notes with AI (Notion + Jira MCP Recipe)

Stop manually creating Jira tickets after meetings. Learn to automatically extract action items from Notion meeting notes and create Jira tasks using AI. Save hours every week.

Jan 13, 202620 min read
By Nikhil Tiwari
Tutorial

How to Set Up MCP in Claude Desktop (Complete 2026 Guide)

Step-by-step guide to configure MCP servers in Claude Desktop. Learn the exact config file location, JSON format, and how to connect popular servers like Supabase, GitHub, and Playwright.

Jan 12, 202610 min read
By Nikhil Tiwari
Tutorial

How to Configure MCP Servers in Cursor IDE (2026 Guide)

Complete guide to setting up MCP servers in Cursor. Learn how to connect Claude to external tools, databases, and APIs directly from your IDE.

Jan 12, 202610 min read
By Nikhil Tiwari
Guide

10 Best MCP Servers for Developers in 2026

Curated list of the most useful MCP servers for developers. Includes GitHub, Supabase, Playwright, Notion, Slack, and more with setup instructions.

Jan 12, 202610 min read
By Nikhil Tiwari
Development

Model Context Protocol Discovery & Initialization

Learn how MCP discovery works and why it matters. This guide explains how clients discover tools, what happens during initialization, and common mistakes to avoid when building MCP servers.

Dec 23, 20255 min read
By Nikhil Tiwari
Development

Wrap Existing APIs as MCP Tools (Simple Guide)

Learn how to wrap existing REST APIs as MCP tools so AI clients can safely and reliably call them. This guide shows you how to create a thin, safe layer between AI and your APIs using Node.js + MCP.

Dec 20, 20256 min read
By Nikhil Tiwari
Development

Build a Custom MCP Server Using Node.js (Simple Guide)

Learn how to build a basic MCP server using Node.js, step by step. This guide shows you how to create a clean, typed API for AI with validated inputs and predictable JSON output.

Dec 18, 20255 min read
By Nikhil Tiwari
Tutorial

How to Publish Your MCP Server to the MCP Registry (Step-by-Step Guide)

Learn how to publish your MCP server to the official MCP Registry so others can discover and use it. Includes testing tips and best practices for a smooth submission process.

Dec 15, 20256 min read
By Nikhil Tiwari
Security

Safeguarding MCP Servers From Prompt Injection: Practical Tips From Real-World Builds

Once you give an LLM access to tools, files, or APIs through MCP, things get real very quickly. Here are practical approaches we learned by trial, error, and occasionally mild panic.

Dec 10, 20253 min read
By Nikhil Tiwari
Testing

How QA Teams Should Test MCP Servers

A simple guide for ensuring security, reliability, and correct behavior. Learn how QA teams can effectively test MCP servers before they ship to production.

Dec 4, 20253 min read
By Nikhil Tiwari
Security

MCP Server Security: A Practical Guide for Developers

MCP servers give AI agents access to your file system, databases, and APIs. Learn the real security risks and how to protect your systems with practical examples.

Dec 1, 20258 min read
By Nikhil Tiwari
Development

What Is the Model Context Protocol (MCP)? A Developer's Guide

Most LLM apps hit the same wall quickly: they need fresh context and the ability to call real systems, without piles of custom glue code. That is exactly what the Model Context Protocol gives you.

Nov 25, 20258 min read
By Nikhil Tiwari