# Model Context Protocol (MCP)

## **Model Context Protocol（MCP）とは？**

MCPは、Anthropicが開発したオープン標準のプロトコルで、AIモデルが外部のデータソース、ツール、APIとシームレスに連携し、トレーニングデータの枠を超えた高度な機能を発揮できるようにします。

{% embed url="<https://modelcontextprotocol.io/introduction>" %}

***MCP Tools/Servers***

{% tabs %}
{% tab title="Zapier" %}
Connect AI to any app with Zapier MCP

[***https://zapier.com/mcp***](https://zapier.com/mcp)
{% endtab %}

{% tab title="github-mcp-server" %}
{% embed url="<https://github.com/user-attachments/assets/a2926942-1c3d-4f95-bb73-861d8003aecb>" %}

[***https://github.com/modelcontextprotocol/servers***](https://github.com/modelcontextprotocol/servers)

<https://github.blog/changelog/2025-04-04-github-mcp-server-public-preview/>
{% endtab %}

{% tab title="AWS-mcp-server" %}

<https://github.com/awslabs/mcp/tree/main/src/aws-documentation-mcp-server>
{% endtab %}

{% tab title="Collectipon-Awesome MCP Servers" %}
A collection of MCP servers.

<https://github.com/punkpeye/awesome-mcp-servers>
{% endtab %}
{% endtabs %}

***

***Must Read:***

<https://a16z.com/a-deep-dive-into-mcp-and-the-future-of-ai-tooling/>

<https://norahsakal.com/blog/mcp-vs-api-model-context-protocol-explained/>

<https://blog.replit.com/everything-you-need-to-know-about-mcp>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aiandbusiness.com/ja/into-ai/moderullm/model-context-protocol-mcp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
