From c4854aa551f717bc75460a4812d6b8bfab184612 Mon Sep 17 00:00:00 2001 From: Bury Huang Date: Mon, 17 Mar 2025 00:17:29 -0700 Subject: [PATCH 1/2] add community opensource mcp server OpenAPI AnyApi: https://github.com/baryhuang/mcp-server-any-openapi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e683ec40a..1e0a0a7bc8 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[OneNote](https://github.com/rajvirtual/MCP-Servers/tree/master/onenote)** - (by Rajesh Vijay) An MCP server that connects to Microsoft OneNote using the Microsoft Graph API. Reading notebooks, sections, and pages from OneNote,Creating new notebooks, sections, and pages in OneNote. - **[OpenAI WebSearch MCP](https://github.com/ConechoAI/openai-websearch-mcp)** - This is a Python-based MCP server that provides OpenAI `web_search` build-in tool. - **[OpenAPI](https://github.com/snaggle-ai/openapi-mcp-server)** - Interact with [OpenAPI](https://www.openapis.org/) APIs. +- **[OpenAPI AnyApi](https://github.com/baryhuang/mcp-server-any-openapi)** - Interacting with large [OpenAPI](https://www.openapis.org/) docs using built-in semantic search for endpoints. It also allow customize mcp server prefix. - **[OpenAPI Schema](https://github.com/hannesj/mcp-openapi-schema)** - Allow LLMs to explore large [OpenAPI](https://www.openapis.org/) schemas without bloating the context. - **[OpenCTI](https://github.com/Spathodea-Network/opencti-mcp)** - Interact with OpenCTI platform to retrieve threat intelligence data including reports, indicators, malware and threat actors. - **[OpenDota](https://github.com/asusevski/opendota-mcp-server)** - Interact with OpenDota API to retrieve Dota 2 match data, player statistics, and more. From 5301b17251e47f565c40245dbe37f7be33a7ef2a Mon Sep 17 00:00:00 2001 From: Bary Huang Date: Thu, 20 Mar 2025 01:10:59 -0700 Subject: [PATCH 2/2] Update README.md Co-authored-by: Tadas Antanavicius --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e0a0a7bc8..3136a4b13a 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[OneNote](https://github.com/rajvirtual/MCP-Servers/tree/master/onenote)** - (by Rajesh Vijay) An MCP server that connects to Microsoft OneNote using the Microsoft Graph API. Reading notebooks, sections, and pages from OneNote,Creating new notebooks, sections, and pages in OneNote. - **[OpenAI WebSearch MCP](https://github.com/ConechoAI/openai-websearch-mcp)** - This is a Python-based MCP server that provides OpenAI `web_search` build-in tool. - **[OpenAPI](https://github.com/snaggle-ai/openapi-mcp-server)** - Interact with [OpenAPI](https://www.openapis.org/) APIs. -- **[OpenAPI AnyApi](https://github.com/baryhuang/mcp-server-any-openapi)** - Interacting with large [OpenAPI](https://www.openapis.org/) docs using built-in semantic search for endpoints. It also allow customize mcp server prefix. +- **[OpenAPI AnyApi](https://github.com/baryhuang/mcp-server-any-openapi)** - Interact with large [OpenAPI](https://www.openapis.org/) docs using built-in semantic search for endpoints. Allows for customizing the MCP server prefix. - **[OpenAPI Schema](https://github.com/hannesj/mcp-openapi-schema)** - Allow LLMs to explore large [OpenAPI](https://www.openapis.org/) schemas without bloating the context. - **[OpenCTI](https://github.com/Spathodea-Network/opencti-mcp)** - Interact with OpenCTI platform to retrieve threat intelligence data including reports, indicators, malware and threat actors. - **[OpenDota](https://github.com/asusevski/opendota-mcp-server)** - Interact with OpenDota API to retrieve Dota 2 match data, player statistics, and more.