Sample MCP (Model Context Protocol) configurations across Claude Desktop, Cursor, Cline, Windsurf, and Zed — both VALID examples to copy-paste and INVALID ones for fixture-driven testing of MCP linters.
from datasets import load_dataset
ds = load_dataset("mukunda1729/mcp-config-examples", split="train")
print([r["scenario"] for r in ds if not r["valid"]])
client
str
claude-desktop, cursor, cline, windsurf, zed… See the full description on the dataset page:
https://huggingface.co/datasets/mukunda1729/mcp-config-examples.