<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mcp-Servers on AI Knowledge Base</title><link>https://learn-ai.blindshot.kz/topics/mcp-servers/</link><description>Recent content in Mcp-Servers on AI Knowledge Base</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://learn-ai.blindshot.kz/topics/mcp-servers/index.xml" rel="self" type="application/rss+xml"/><item><title>MCP Fundamentals</title><link>https://learn-ai.blindshot.kz/paths/mcp-fundamentals/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/paths/mcp-fundamentals/</guid><description>&lt;p&gt;Go from zero to a solid understanding of the Model Context Protocol. This path covers the core architecture, primitives (tools, resources, prompts), transport mechanisms, and how clients and servers interact.&lt;/p&gt;
&lt;p&gt;By the end you&amp;rsquo;ll understand the MCP mental model well enough to evaluate MCP servers, build simple integrations, and read the specification confidently.&lt;/p&gt;</description></item><item><title>Claude Code Mastery</title><link>https://learn-ai.blindshot.kz/paths/claude-code-mastery/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/paths/claude-code-mastery/</guid><description>&lt;p&gt;Master Claude Code from setup through advanced usage. Learn the configuration system, memory, hooks, MCP integration, and how to use it effectively for complex software engineering tasks.&lt;/p&gt;</description></item><item><title>The Agentic Protocol Stack</title><link>https://learn-ai.blindshot.kz/paths/agentic-protocols/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/paths/agentic-protocols/</guid><description>&lt;p&gt;Understand the three open protocols forming the agentic AI communication stack:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;MCP&lt;/strong&gt; (agent-to-tool) — how agents use external tools and data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A2A&lt;/strong&gt; (agent-to-agent) — how agents collaborate across platforms&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AG-UI&lt;/strong&gt; (agent-to-user) — how agents communicate with frontends&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All three are converging under the Linux Foundation&amp;rsquo;s Agentic AI Foundation (AAIF). This path teaches you the architecture and practical usage of each layer.&lt;/p&gt;</description></item><item><title>Building MCP Servers</title><link>https://learn-ai.blindshot.kz/paths/building-mcp-servers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/paths/building-mcp-servers/</guid><description>&lt;p&gt;Learn to build production-quality MCP servers. This path takes you from a basic server implementation through transport selection, security, and publishing to the registry.&lt;/p&gt;
&lt;p&gt;Prerequisites: Complete the MCP Fundamentals path first to understand the protocol architecture.&lt;/p&gt;</description></item><item><title>Agent SDK Deep Dive</title><link>https://learn-ai.blindshot.kz/paths/agent-sdk-deep-dive/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/paths/agent-sdk-deep-dive/</guid><description>&lt;p&gt;Build custom AI agents with the Anthropic Agent SDK. Covers both TypeScript and Python SDKs, custom tools, MCP integration, sub-agents, streaming, and production deployment.&lt;/p&gt;
&lt;p&gt;Prerequisites: Familiarity with the Claude API (complete Claude API Essentials first).&lt;/p&gt;</description></item><item><title>Access the W&amp;B MCP Server</title><link>https://learn-ai.blindshot.kz/docs/wandb/platform/mcp-server/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/wandb/platform/mcp-server/</guid><description>Connect your IDE or LLM application to W&amp;amp;B&amp;rsquo;s Model Context Protocol (MCP) server to provide your agent with access to your W&amp;amp;B workspace, data, and W&amp;amp;B&amp;rsquo;s documentation.</description></item><item><title>Build an MCP client</title><link>https://learn-ai.blindshot.kz/docs/anthropic/mcp/docs/develop/build-client/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/mcp/docs/develop/build-client/</guid><description>Get started building your own client that can integrate with all MCP servers.</description></item><item><title>Build an MCP server</title><link>https://learn-ai.blindshot.kz/docs/anthropic/mcp/docs/develop/build-server/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/mcp/docs/develop/build-server/</guid><description>Get started building your own server to use in Claude for Desktop and other clients.</description></item><item><title>Build with Agent Skills</title><link>https://learn-ai.blindshot.kz/docs/anthropic/mcp/docs/develop/build-with-agent-skills/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/mcp/docs/develop/build-with-agent-skills/</guid><description>Use agent skills to guide AI coding assistants through MCP server design and implementation</description></item><item><title>Building MCP servers for ChatGPT Apps and API integrations</title><link>https://learn-ai.blindshot.kz/docs/openai/api/api/docs/mcp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/openai/api/api/docs/mcp/</guid><description>Learn how to build MCP servers for use with ChatGPT Apps, deep research, or API integrations.</description></item><item><title>Channels reference</title><link>https://learn-ai.blindshot.kz/docs/anthropic/claude-code/channels-reference/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/claude-code/channels-reference/</guid><description>Build an MCP server that pushes webhooks, alerts, and chat messages into a Claude Code session. Reference for the channel contract: capability declaration, notification events, reply tools, sender gating, and permission relay.</description></item><item><title>Configuration</title><link>https://learn-ai.blindshot.kz/docs/langchain/oss/python/deepagents/cli/configuration/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/langchain/oss/python/deepagents/cli/configuration/</guid><description>Configure the Deep Agents CLI with config.toml, hooks, and MCP servers</description></item><item><title>Connect to local MCP servers</title><link>https://learn-ai.blindshot.kz/docs/anthropic/mcp/docs/develop/connect-local-servers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/mcp/docs/develop/connect-local-servers/</guid><description>Learn how to extend Claude Desktop with local MCP servers to enable file system access and other powerful integrations</description></item><item><title>Connect to remote MCP Servers</title><link>https://learn-ai.blindshot.kz/docs/anthropic/mcp/docs/develop/connect-remote-servers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/mcp/docs/develop/connect-remote-servers/</guid><description>Learn how to connect Claude to remote MCP servers and extend its capabilities with internet-hosted tools and data sources</description></item><item><title>Connecting to Multiple MCP Servers</title><link>https://learn-ai.blindshot.kz/docs/crewai/en/mcp/multiple-servers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/crewai/en/mcp/multiple-servers/</guid><description>Learn how to use MCPServerAdapter in CrewAI to connect to multiple MCP servers simultaneously and aggregate their tools.</description></item><item><title>Connectors and MCP servers</title><link>https://learn-ai.blindshot.kz/docs/openai/api/api/docs/guides/tools-connectors-mcp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/openai/api/api/docs/guides/tools-connectors-mcp/</guid><description>Use remote MCP servers and OpenAI-maintained connectors for popular services to give models new capabilities.</description></item><item><title>Create plugins</title><link>https://learn-ai.blindshot.kz/docs/anthropic/claude-code/plugins/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/claude-code/plugins/</guid><description>Create custom plugins to extend Claude Code with skills, agents, hooks, and MCP servers.</description></item><item><title>Custom MCP Servers</title><link>https://learn-ai.blindshot.kz/docs/crewai/en/enterprise/guides/custom-mcp-server/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/crewai/en/enterprise/guides/custom-mcp-server/</guid><description>Connect your own MCP servers to CrewAI AMP with public access, API key authentication, or OAuth 2.0</description></item><item><title>Development Setup with Fireworks Docs MCP</title><link>https://learn-ai.blindshot.kz/docs/fireworks-ai/ecosystem/integrations/development-setup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/fireworks-ai/ecosystem/integrations/development-setup/</guid><description>Configure the Fireworks AI Docs MCP server for Claude Code and Cursor</description></item><item><title>LangSmith MCP Server</title><link>https://learn-ai.blindshot.kz/docs/langchain/langsmith/langsmith-mcp-server/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/langchain/langsmith/langsmith-mcp-server/</guid><description>Use the Model Context Protocol (MCP) server to let language models fetch conversation history, prompts, runs, datasets, experiments, and billing from LangSmith.</description></item><item><title>Mcp Connector</title><link>https://learn-ai.blindshot.kz/docs/anthropic/platform/agents-and-tools/mcp-connector/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/platform/agents-and-tools/mcp-connector/</guid><description>&lt;p&gt;The MCP Connector is the primary mechanism for giving Claude direct access to external tools and data sources through the Model Context Protocol within API calls. Focus on how connector configuration differs from local MCP server setup — the connector handles transport, authentication, and tool discovery on Anthropic&amp;rsquo;s infrastructure rather than your own. A common pitfall is neglecting to scope tool permissions tightly, which can lead to unexpected token consumption when Claude explores available tools. Read this alongside the remote MCP servers guide to understand the full picture of hosted versus self-managed MCP integrations.&lt;/p&gt;</description></item><item><title>MCP DSL Integration</title><link>https://learn-ai.blindshot.kz/docs/crewai/en/mcp/dsl-integration/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/crewai/en/mcp/dsl-integration/</guid><description>Learn how to use CrewAI&amp;rsquo;s simple DSL syntax to integrate MCP servers directly with your agents using the mcps field.</description></item><item><title>MCP Security Considerations</title><link>https://learn-ai.blindshot.kz/docs/crewai/en/mcp/security/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/crewai/en/mcp/security/</guid><description>Learn about important security best practices when integrating MCP servers with your CrewAI agents.</description></item><item><title>MCP Servers as Tools in CrewAI</title><link>https://learn-ai.blindshot.kz/docs/crewai/en/mcp/overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/crewai/en/mcp/overview/</guid><description>Learn how to integrate MCP servers as tools in your CrewAI agents using the crewai-tools library.</description></item><item><title>Model Context Protocol</title><link>https://learn-ai.blindshot.kz/docs/openai/agents-sdk/mcp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/openai/agents-sdk/mcp/</guid><description>Connect MCP servers so agents can request external data or actions through standardized tool APIs.</description></item><item><title>Model Context Protocol (MCP) and Weave</title><link>https://learn-ai.blindshot.kz/docs/wandb/weave/guides/integrations/mcp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/wandb/weave/guides/integrations/mcp/</guid><description>Trace activity between your MCP client and MCP server with Weave</description></item><item><title>Package Search MCP Server</title><link>https://learn-ai.blindshot.kz/docs/chroma/cloud/package-search/mcp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/chroma/cloud/package-search/mcp/</guid><description/></item><item><title>Push events into a running session with channels</title><link>https://learn-ai.blindshot.kz/docs/anthropic/claude-code/channels/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/claude-code/channels/</guid><description>Use channels to push messages, alerts, and webhooks into your Claude Code session from an MCP server. Forward CI results, chat messages, and monitoring events so Claude can react while you&amp;rsquo;re away.</description></item><item><title>Quickstart: Publish an MCP Server to the MCP Registry</title><link>https://learn-ai.blindshot.kz/docs/anthropic/mcp/registry/quickstart/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/mcp/registry/quickstart/</guid><description>&lt;p&gt;Publishing your MCP server to the registry makes it discoverable by any MCP client, which is a critical step for adoption beyond your own projects. Focus on the metadata requirements (name, description, capabilities) because poorly described servers are effectively invisible in the registry. Note that the registry currently requires GitHub-based authentication and a specific package manifest format — read through the validation errors carefully if your first publish attempt fails, as the error messages are quite specific. Come to this doc after you have a working server from the build-server tutorial, since you need a functional server before publishing makes sense.&lt;/p&gt;</description></item><item><title>Remote Mcp Servers</title><link>https://learn-ai.blindshot.kz/docs/anthropic/platform/agents-and-tools/remote-mcp-servers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/platform/agents-and-tools/remote-mcp-servers/</guid><description>&lt;p&gt;Remote MCP servers let you host tool endpoints that Claude connects to over the network, enabling shared infrastructure across teams and persistent service integrations. Pay close attention to the authentication and transport sections — remote servers use SSE or streamable HTTP rather than stdio, which changes how you handle connection lifecycle and error recovery. A frequent gotcha is failing to implement proper OAuth or token refresh flows, causing silent tool failures mid-conversation. This guide pairs well with the MCP Connector docs to compare Anthropic-hosted versus self-hosted approaches to serving tools.&lt;/p&gt;</description></item><item><title>Remote MCP servers</title><link>https://learn-ai.blindshot.kz/docs/langchain/langsmith/agent-builder-remote-mcp-servers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/langchain/langsmith/agent-builder-remote-mcp-servers/</guid><description>Connect Agent Builder to popular remote MCP servers</description></item><item><title>Remote MCP servers</title><link>https://learn-ai.blindshot.kz/docs/langchain/langsmith/fleet/remote-mcp-servers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/langchain/langsmith/fleet/remote-mcp-servers/</guid><description>Connect Fleet to popular remote MCP servers</description></item><item><title>Secure MCP Tunnel</title><link>https://learn-ai.blindshot.kz/docs/openai/api/api/docs/guides/secure-mcp-tunnels/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/openai/api/api/docs/guides/secure-mcp-tunnels/</guid><description>Connect private or on-prem MCP servers to supported OpenAI products with an outbound-only MCP tunnel, without exposing them to the public internet.</description></item><item><title>Server Card Charter</title><link>https://learn-ai.blindshot.kz/docs/anthropic/mcp/community/server-card/charter/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/mcp/community/server-card/charter/</guid><description>Charter for the MCP Server Card Working Group.</description></item><item><title>SSE Transport</title><link>https://learn-ai.blindshot.kz/docs/crewai/en/mcp/sse/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/crewai/en/mcp/sse/</guid><description>Learn how to connect CrewAI to remote MCP servers using Server-Sent Events (SSE) for real-time communication.</description></item><item><title>Stdio Transport</title><link>https://learn-ai.blindshot.kz/docs/crewai/en/mcp/stdio/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/crewai/en/mcp/stdio/</guid><description>Learn how to connect CrewAI to local MCP servers using the Stdio (Standard Input/Output) transport mechanism.</description></item><item><title>Streamable HTTP Transport</title><link>https://learn-ai.blindshot.kz/docs/crewai/en/mcp/streamable-http/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/crewai/en/mcp/streamable-http/</guid><description>Learn how to connect CrewAI to remote MCP servers using the flexible Streamable HTTP transport.</description></item><item><title>Together AI MCP Server</title><link>https://learn-ai.blindshot.kz/docs/together-ai/docs/mcp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/together-ai/docs/mcp/</guid><description>Install our MCP server in Cursor, Claude Code, or OpenCode in 1 click.</description></item><item><title>Understanding Authorization in MCP</title><link>https://learn-ai.blindshot.kz/docs/anthropic/mcp/docs/tutorials/security/authorization/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/mcp/docs/tutorials/security/authorization/</guid><description>Learn how to implement secure authorization for MCP servers using OAuth 2.1 to protect sensitive resources and operations</description></item><item><title>Understanding MCP servers</title><link>https://learn-ai.blindshot.kz/docs/anthropic/mcp/docs/learn/server-concepts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/mcp/docs/learn/server-concepts/</guid><description>&lt;p&gt;This page explains the three core primitives that MCP servers expose: Tools, Resources, and Prompts. Focus on understanding when to use each one &amp;ndash; Tools let the model take actions, Resources provide read-only data the model can pull in, and Prompts are reusable templates for common interactions. A frequent mistake is implementing everything as a tool when a resource would be more appropriate and give the host application more control over how data is presented to the model.&lt;/p&gt;</description></item><item><title>Use an Assistant MCP server</title><link>https://learn-ai.blindshot.kz/docs/pinecone/guides/assistant/mcp-server/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/pinecone/guides/assistant/mcp-server/</guid><description>Connect AI agents to Pinecone Assistant via Model Context Protocol.</description></item><item><title>Use the Pinecone MCP server</title><link>https://learn-ai.blindshot.kz/docs/pinecone/guides/operations/mcp-server/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/pinecone/guides/operations/mcp-server/</guid><description>Use Pinecone MCP server for AI agent integration.</description></item><item><title>Using tools</title><link>https://learn-ai.blindshot.kz/docs/openai/api/api/docs/guides/tools/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/openai/api/api/docs/guides/tools/</guid><description>Extend model capabilities with tools — built-in (web search, file search, code interpreter) and custom (function calling, remote MCP servers).</description></item><item><title>Versioning Published MCP Servers</title><link>https://learn-ai.blindshot.kz/docs/anthropic/mcp/registry/versioning/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learn-ai.blindshot.kz/docs/anthropic/mcp/registry/versioning/</guid><description>&lt;p&gt;Getting versioning right is essential for MCP server publishers because clients may pin to specific versions, and breaking changes without a major version bump will silently break downstream integrations. Pay close attention to how semantic versioning interacts with registry resolution rules and what happens when you publish a version that a client cannot upgrade to automatically. If you maintain servers consumed by multiple host applications, read this alongside the package types guide to understand how versioning constraints differ across package formats.&lt;/p&gt;</description></item></channel></rss>