[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"guide-/de/guides/getting-started-with-mcp":3},{"page":4,"isFallback":349},{"id":5,"title":6,"body":7,"description":345,"extension":346,"head":347,"meta":348,"navigation":349,"ogImage":347,"path":350,"relatedSkills":351,"robots":347,"schemaOrg":347,"seo":354,"sitemap":355,"stem":356,"__hash__":357},"content/guides/getting-started-with-mcp.md","Getting Started with MCP",{"type":8,"value":9,"toc":339},"minimark",[10,14,18,23,39,42,64,68,71,92,95,99,102,139,142,156,163,328,332,335],[11,12,6],"h1",{"id":13},"getting-started-with-mcp",[15,16,17],"p",{},"Model Context Protocol (MCP) is an open standard that enables AI assistants to connect with external tools, data sources, and services. MCP servers expose capabilities that AI agents can call — think of them as plugins for your AI.",[19,20,22],"h2",{"id":21},"what-is-an-mcp-server","What is an MCP Server?",[15,24,25,26,30,31,34,35,38],{},"An MCP server is a lightweight process that implements the MCP specification. It exposes ",[27,28,29],"strong",{},"tools"," (callable functions), ",[27,32,33],{},"resources"," (data sources), and ",[27,36,37],{},"prompts"," (reusable templates) to any MCP-compatible client.",[15,40,41],{},"Common MCP servers give AI agents access to:",[43,44,45,52,58],"ul",{},[46,47,48,51],"li",{},[27,49,50],{},"File systems"," — read and write local or remote files",[46,53,54,57],{},[27,55,56],{},"APIs"," — interact with GitHub, Slack, databases, and more",[46,59,60,63],{},[27,61,62],{},"Code execution"," — run scripts in sandboxed environments",[19,65,67],{"id":66},"finding-quality-mcp-servers","Finding Quality MCP Servers",[15,69,70],{},"Not all MCP servers are created equal. Before installing one, check:",[72,73,74,80,86],"ol",{},[46,75,76,79],{},[27,77,78],{},"Quality score"," — a score above 80 means the server is well-documented, actively maintained, and verified by the community",[46,81,82,85],{},[27,83,84],{},"Maintenance status"," — look for servers with commits in the last 90 days",[46,87,88,91],{},[27,89,90],{},"Test coverage"," — servers with test files are less likely to break unexpectedly",[15,93,94],{},"SkillRepo aggregates quality signals from GitHub, npm, and the official MCP registry so you can compare options at a glance.",[19,96,98],{"id":97},"installing-an-mcp-server","Installing an MCP Server",[15,100,101],{},"Most MCP servers are distributed as npm packages. Install with:",[103,104,109],"pre",{"className":105,"code":106,"language":107,"meta":108,"style":108},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","npx @modelcontextprotocol/install \u003Cserver-name>\n","bash","",[110,111,112],"code",{"__ignoreMap":108},[113,114,117,121,125,129,132,136],"span",{"class":115,"line":116},"line",1,[113,118,120],{"class":119},"sBMFI","npx",[113,122,124],{"class":123},"sfazB"," @modelcontextprotocol/install",[113,126,128],{"class":127},"sMK4o"," \u003C",[113,130,131],{"class":123},"server-nam",[113,133,135],{"class":134},"sTEyZ","e",[113,137,138],{"class":127},">\n",[15,140,141],{},"For example, to install the GitHub MCP server:",[103,143,145],{"className":105,"code":144,"language":107,"meta":108,"style":108},"npx @modelcontextprotocol/install github-mcp\n",[110,146,147],{"__ignoreMap":108},[113,148,149,151,153],{"class":115,"line":116},[113,150,120],{"class":119},[113,152,124],{"class":123},[113,154,155],{"class":123}," github-mcp\n",[15,157,158,159,162],{},"After installation, add the server to your MCP client configuration (e.g., Claude Desktop's ",[110,160,161],{},"claude_desktop_config.json","):",[103,164,168],{"className":165,"code":166,"language":167,"meta":108,"style":108},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  \"mcpServers\": {\n    \"github\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@modelcontextprotocol/server-github\"],\n      \"env\": {\n        \"GITHUB_PERSONAL_ACCESS_TOKEN\": \"\u003Cyour-token>\"\n      }\n    }\n  }\n}\n","json",[110,169,170,175,194,209,233,268,282,304,310,316,322],{"__ignoreMap":108},[113,171,172],{"class":115,"line":116},[113,173,174],{"class":127},"{\n",[113,176,178,181,185,188,191],{"class":115,"line":177},2,[113,179,180],{"class":127},"  \"",[113,182,184],{"class":183},"spNyl","mcpServers",[113,186,187],{"class":127},"\"",[113,189,190],{"class":127},":",[113,192,193],{"class":127}," {\n",[113,195,197,200,203,205,207],{"class":115,"line":196},3,[113,198,199],{"class":127},"    \"",[113,201,202],{"class":119},"github",[113,204,187],{"class":127},[113,206,190],{"class":127},[113,208,193],{"class":127},[113,210,212,215,219,221,223,226,228,230],{"class":115,"line":211},4,[113,213,214],{"class":127},"      \"",[113,216,218],{"class":217},"sbssI","command",[113,220,187],{"class":127},[113,222,190],{"class":127},[113,224,225],{"class":127}," \"",[113,227,120],{"class":123},[113,229,187],{"class":127},[113,231,232],{"class":127},",\n",[113,234,236,238,241,243,245,248,250,253,255,258,260,263,265],{"class":115,"line":235},5,[113,237,214],{"class":127},[113,239,240],{"class":217},"args",[113,242,187],{"class":127},[113,244,190],{"class":127},[113,246,247],{"class":127}," [",[113,249,187],{"class":127},[113,251,252],{"class":123},"-y",[113,254,187],{"class":127},[113,256,257],{"class":127},",",[113,259,225],{"class":127},[113,261,262],{"class":123},"@modelcontextprotocol/server-github",[113,264,187],{"class":127},[113,266,267],{"class":127},"],\n",[113,269,271,273,276,278,280],{"class":115,"line":270},6,[113,272,214],{"class":127},[113,274,275],{"class":217},"env",[113,277,187],{"class":127},[113,279,190],{"class":127},[113,281,193],{"class":127},[113,283,285,288,292,294,296,298,301],{"class":115,"line":284},7,[113,286,287],{"class":127},"        \"",[113,289,291],{"class":290},"swJcz","GITHUB_PERSONAL_ACCESS_TOKEN",[113,293,187],{"class":127},[113,295,190],{"class":127},[113,297,225],{"class":127},[113,299,300],{"class":123},"\u003Cyour-token>",[113,302,303],{"class":127},"\"\n",[113,305,307],{"class":115,"line":306},8,[113,308,309],{"class":127},"      }\n",[113,311,313],{"class":115,"line":312},9,[113,314,315],{"class":127},"    }\n",[113,317,319],{"class":115,"line":318},10,[113,320,321],{"class":127},"  }\n",[113,323,325],{"class":115,"line":324},11,[113,326,327],{"class":127},"}\n",[19,329,331],{"id":330},"next-steps","Next Steps",[15,333,334],{},"Browse the catalog to find MCP servers for your use case. Filter by type, quality tier, or maintenance status to narrow down your options quickly.",[336,337,338],"style",{},"html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html pre.shiki code .sTEyZ, html code.shiki .sTEyZ{--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .spNyl, html code.shiki .spNyl{--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA}html pre.shiki code .sbssI, html code.shiki .sbssI{--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C}html pre.shiki code .swJcz, html code.shiki .swJcz{--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178}",{"title":108,"searchDepth":177,"depth":177,"links":340},[341,342,343,344],{"id":21,"depth":177,"text":22},{"id":66,"depth":177,"text":67},{"id":97,"depth":177,"text":98},{"id":330,"depth":177,"text":331},"Learn how to find, evaluate, and install Model Context Protocol (MCP) servers to supercharge your AI agent workflows.","md",null,{},true,"/guides/getting-started-with-mcp",[352,353],"ai-agenttrust/ai-agenttrust-mcp-server","ai-autoblocks/ai-autoblocks-contextlayer-mcp",{"title":6,"description":345},{"loc":350},"guides/getting-started-with-mcp","WLw9s2p8PYnY2lnTMhnPl1hrNnmrBc6zVKrbdIvZwpY"]