My MCP Shelf Blog

Insights, updates, and guides for the MCP ecosystem

89
Articles
Weekly
Updates
Expert
Authors

What Is an MCP Server and How Does It Work

By Chester Beard • July 16, 2026

An MCP server exposes tools, resources, and prompts that AI models discover and invoke at runtime. Learn how MCP servers work, the four server types, and how to connect one to Claude.

#mcp#mcp-server#foundation

We Scanned Every Skill We List — Here's How It Compares to Snyk's 13.4%

By Chester Beard • July 15, 2026

Original research: we built a 4-layer security scanner for AI agent skills and ran it against our entire curated directory. The result: 0% flagged with critical or high issues — compared to Snyk's 13.4% in the unvetted ecosystem.

#skill security#agent skills#supply chain#original research#prompt injection

Our Directory's Search Is Built on MCP

By Chester Beard • June 29, 2026

How we dogfooded our own product: the My MCP Shelf website's natural-language search is powered by the exact same engine we ship as an MCP server. Here's the architecture, how it works, and why.

#mcp#search#dogfooding#natural-language#engineering

We Scanned 574 MCP Servers: The 2026 Security Landscape, In Our Own Data

By Chester Beard • June 29, 2026

Original research: we ran an automated CVE watchlist, static analysis, and dependency scan against every server in our MCP directory. Here's what we found — including 3 critical vulnerabilities in widely-trusted tools.

#mcp security#vulnerability research#cve#supply chain#original research

Top 10 Most Reliable MCP Servers — June 2026

By Chester Beard • June 21, 2026

Monthly reliability report ranking the most dependable MCP servers by stars trajectory, issue response time, fork activity, download trends, and commit frequency.

#reliability#rankings#monthly-report#mcp-servers

Claude Skills and MCP Together: Patterns for Real Workflows

By Chester Beard • June 16, 2026

Everyone says Claude Skills and MCP are complementary. Nobody shows what that looks like in practice. Here are the three composition patterns and when each one applies.

#claude-skills#mcp#agent-skills#ai-workflows

MCP Architecture Decisions: Transport, Multi-Server Design, and Hosting

By Chester Beard • June 15, 2026

A decision framework for developers architecting systems with MCP servers. Covers stdio vs Streamable HTTP transport, single-server vs multi-server topology, and self-hosted vs managed gateway tradeoffs.

#mcp#architecture#mcp servers#model context protocol

Anthropic Agent Skills: What They Are and How They Work

By Chester Beard • June 12, 2026

Anthropic Agent Skills are reusable, folder-based capability packages for Claude. Learn how they work, what Anthropic ships out of the box, and how to build your own.

#agent-skills#claude#anthropic#ai-agents

Apple's $1B Gemini deal for Siri AI

By Chester Beard • June 9, 2026

PLUS: Anthropic's RSI-native Mythos model, government equity stakes in AI labs, and the $200B automation reality check

Introducing The MCP Security Standard: A 6-Dimension Framework for Evaluating MCP Servers

By Chester Beard • June 4, 2026

We're publishing The MCP Security Standard — a complete, reproducible security framework for MCP servers covering transport encryption, authentication, token lifecycle, input validation, data flow, and dependency health. Free to use for enterprise procurement and server authors alike.

#mcp#security#enterprise#standard#checklist#socket-dev#procurement

Claude Skills Examples: 12 Practitioner Use Cases

By Chester Beard • May 24, 2026

Claude Skills solve real, repetitive problems. This post shows 12 concrete examples: writers eliminating tone inconsistency, designers enforcing brand automatically, ops teams cutting manual data work in half. No coding required.

#claude-skills#use-cases#ai-tools#automation#productivity

Understanding SKILL.md: The Universal Skill Format

By Chester Beard • May 23, 2026

SKILL.md is the emerging open standard for AI agent skill definitions used by Claude, Cursor, VSCode Copilot, Vercel, and other platforms. This guide covers the anatomy, patterns, validation, and cross-platform compatibility you need to build or deploy skills effectively.

#skill-md#claude-skills#ai-agents#mcp#anthropic

MCP Definition: What MCP Means in AI

By Chester Beard • May 6, 2026

MCP stands for Model Context Protocol — an open standard that lets AI models connect to external tools and data sources. Here's what it means, how it works, and why it matters.

#MCP#Model Context Protocol#AI fundamentals#MCP servers

How to Use Skills in Cursor: A Complete Agent Skills Tutorial

By Chester Beard • May 5, 2026

Learn how to create, configure, and invoke Cursor Skills to give your AI agent reusable capabilities. Covers setup, file structure, invocation, subagents, and Rules vs Skills.

#cursor#cursor skills#cursor agent#cursor subagents#ai coding#tutorial

AI Agent Governance: How Git-Native Standards Solve the Enterprise Problem

By Chester Beard • April 29, 2026

Most AI agent governance frameworks stop at policy. Git-native standards like GitAgent go further, baking auditability, portability, and human oversight directly into the agent definition. Here is how it works.

#ai agents#agent governance#git#gitagent#mcp#developer tools#enterprise ai

What Are Claude Skills? The Complete Guide

By Chester Beard • April 29, 2026

Claude Skills are reusable packages of instructions and code that extend what Claude can do — automatically. Here's how they work, how they compare to MCP and Projects, and which ones are worth installing.

#claude-skills#claude#anthropic#ai-tools#mcp

Deploying MCP Servers in Cloud-Native Environments

By Chester Beard • April 13, 2026

Complete guide to deploying MCP servers with SSE/WebSocket for cloud scalability, remote teams, and distributed architectures.

#deployment#cloud-native#sse#websocket#scalability

Deploying MCP Servers Locally and via CLI

By Chester Beard • April 13, 2026

Complete guide to deploying MCP servers for local development, stdio-based communication, and CLI workflows.

#deployment#local#stdio#tutorial

Shelf Spotlight: Semiotic MCP Server

By Chester Beard • April 6, 2026

How the Semiotic React data visualization library ships a first-class MCP server that lets AI assistants generate correct chart code without writing React by hand.

#shelf-spotlight#data-visualization#mcp-server#open-source#react

Google Drive MCP Server: Which One Should You Use?

By Chester Beard • March 18, 2026

There are at least four distinct Google Drive MCP server implementations — and they are not equivalent. Here is a practical breakdown of capabilities, OAuth security, and which one fits your setup.

#google drive#mcp server#oauth#google workspace#claude desktop

Slack MCP Server: Which Implementation Is Right for Your Use Case

By Chester Beard • March 18, 2026

Five Slack MCP server implementations exist and they are not interchangeable. This guide breaks down the official server, korotovsky, ubie-oss, and others — with a decision framework for personal, dev, and production use.

#slack#mcp#integrations#security#agentic-ai

GitHub MCP Server Enterprise Configuration Guide

By Chester Beard • March 12, 2026

GitHub MCP Server is enterprise-ready in capability but not in default configuration. Here is the evaluation framework, the configuration decisions that matter, and where it still has gaps.

#github#mcp#enterprise#security#configuration#devtools

A quiet week in AI news

By Chester Beard • March 9, 2026

PLUS: AWS Lex development updates and Accenture's Speedtest acquisition news

MCP vs REST API: Why Your MCP Server Shouldn't Just Be a REST Proxy

By Chester Beard • March 3, 2026

The dominant MCP implementation pattern is architecturally wrong. Learn why wrapping REST endpoints degrades LLM performance, and how to design MCP servers around agent intents instead of database operations.

#mcp#rest-api#architecture#best-practices#llm-tools

MCP vs API: What's Actually Different (And When to Use Each)

By Chester Beard • February 27, 2026

A clear comparison of MCP (Model Context Protocol) and traditional APIs. Learn when to use each, how the architecture differs, and why MCP doesn't replace APIs—it orchestrates them for AI agents.

#mcp#api#architecture#ai-agents#comparison

5 Recent MCP Security Vulnerabilities & How to Protect Your Systems (2025-2026)

By Chester Beard • January 22, 2026

Critical analysis of the latest Model Context Protocol security vulnerabilities including RCE exploits, prompt injection attacks, and supply chain compromises. Learn how to patch these flaws and prevent future exploitation.

#mcp security vulnerabilities#mcp server rce#mcp security exploits#model context protocol vulnerabilities#mcp security patches

MCP Security Best Practices for Teams (2026)

By Chester Beard • January 22, 2026

Comprehensive guide to securing Model Context Protocol implementations. Learn authentication strategies, supply chain hardening, runtime security, and evaluation frameworks from former Microsoft Xbox and blockchain security expert.

#mcp security#mcp server security#mcp security best practices#mcp security risks#model context protocol security

MCP Tutorial: Build Your First Server in 15 Minutes [2026 Guide]

By Chester Beard • January 20, 2026

Most MCP tutorials start with architecture diagrams and protocol specs. By the time you understand what you're building, you've lost interest. This guide is different. In 15 minutes, you'll have a working MCP server.

#mcp#tutorial#beginner#python#fastmcp#development

What is an MCP Server? The Complete Guide to Model Context Protocol

By Chester Beard • January 11, 2026

Learn what MCP servers are, how they work, and why they're transforming AI integrations. Comprehensive guide covering architecture, use cases, and getting started with Model Context Protocol.

#mcp#model-context-protocol#ai-integration#llm#claude#anthropic

MCP Tools: The Complete Guide to Finding & Using Tools in 2025

By Chester Beard • December 10, 2025

Comprehensive guide to MCP tools covering what they are, how they work, platform-specific implementations, comparisons with alternatives, and how to find & evaluate 600+ tools for your AI applications.

#mcp#tools#guide#tutorial#adk#claude#vscode#cursor#database#api

MCP Client: What It Is, How to Choose One, and Getting Started

By Chester Beard • December 10, 2025

Your comprehensive guide to MCP clients—learn what they are, how they work, and which one to choose for your AI workflow with detailed comparisons and setup instructions.

#mcp#client#guide#tutorial#claude-desktop#cursor#cline

What is Model Context Protocol? Complete Guide for 2025

By Chester Beard • November 21, 2025

The complete guide to Model Context Protocol (MCP): how it works, why it matters, and how to implement it. Learn the universal standard for AI-tool integration.

#mcp#ai#integration#guide#architecture#security

Deploying MCP Servers in Production: A Security-First Guide

By Chester Beard • November 9, 2025

Production-ready MCP deployment guide covering architecture, security, performance, observability, and operational best practices for enterprise environments.

#mcp#production#security#deployment#devops#observability

Understanding Our MCP Quality Standards

By Chester Beard • August 23, 2025

Learn about the rigorous quality criteria we use to curate only the best Model Context Protocol servers for our directory.

#mcp#quality#curation#standards

Welcome to My MCP Shelf

By Chester Beard • August 23, 2025

Build your curated collection of Model Context Protocol servers - your gateway to connecting AI assistants with external tools and services.

#mcp#ai#directory#launch

How to Build an MCP Server

By Chester Beard • February 25, 2025

A step-by-step guide to building your first Model Context Protocol (MCP) server from scratch — covering architecture, tools, TypeScript and Python implementations, testing, and deployment.

#mcp#model context protocol#mcp server#tutorial#typescript#python#ai tools

Mastra MCP Server: Complete Guide to @mastra/mcp

By Chester Beard • February 25, 2025

Complete guide to Mastra's @mastra/mcp package. Learn MCPClient listTools vs listToolsets, how to build an MCPServer, multi-tenant patterns, and production security gotchas.

#mastra#mcp#typescript#ai-agents#mcp-server

SQL MCP Server

By Chester Beard • February 25, 2025

Everything you need to know about SQL MCP servers — from Microsoft's official DAB implementation to community tools, security architecture, real-world case studies, and a decision framework for your stack.

#sql mcp server#mcp server sql server#azure sql mcp server#text-to-sql mcp#sql agent mcp#database

What is MCP in AI? The Complete Guide to Model Context Protocol

By Chester Beard • February 19, 2025

What is MCP in AI? Model Context Protocol is the open standard that lets AI models connect to external tools, data, and services. Go beyond the basics with this technical deep dive—architecture, security risks, real comparisons, and where MCP is headed.

#mcp#model-context-protocol#ai#architecture#explainer

Building a Carbon-Neutral Marketing Stack with MCP

By Chester Beard • December 13, 2024

How to create an environmentally conscious marketing workflow using Model Context Protocol servers for SEO auditing, green hosting verification, content management, and carbon tracking.

#sustainability#marketing#seo#carbon-neutral#skill-pack

Need a Custom MCP System?

Configuration & integration for your stack — from tool selection to production deployment. The directory recommends. The consultancy configures.

Get Started →