From 200c3c270ed4ebb0b32a7715cdb2382cfe6ed426 Mon Sep 17 00:00:00 2001 From: Norcim133 Date: Sun, 17 Aug 2025 07:06:11 +1000 Subject: [PATCH 1/8] Adding community Outlook MCP server to README (#1848) Co-authored-by: Adam Jones --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a84bb450a9..1e81a5a894 100644 --- a/README.md +++ b/README.md @@ -943,6 +943,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Oura MCP server](https://github.com/tomekkorbak/oura-mcp-server)** - MCP server for Oura API to retrieve one's sleep data - **[Oura Ring](https://github.com/rajvirtual/oura-mcp-server)** (by Rajesh Vijay) - MCP Server to access and analyze your Oura Ring data. It provides a structured way to fetch and understand your health metrics. - **[Outline](https://github.com/Vortiago/mcp-outline)** - MCP Server to interact with [Outline](https://www.getoutline.com) knowledge base to search, read, create, and manage documents and their content, access collections, add comments, and manage document backlinks. +- **[Outlook Mail + Calendar + OneDrive](https://github.com/Norcim133/OutlookMCPServer) - Virtual assistant with Outlook Mail, Calendar, and early OneDrive support (requires Azure admin). - **[Pacman](https://github.com/oborchers/mcp-server-pacman)** - An MCP server that provides package index querying capabilities. This server is able to search and retrieve information from package repositories like PyPI, npm, crates.io, Docker Hub, and Terraform Registry. - **[pancakeswap-poolspy-mcp](https://github.com/kukapay/pancakeswap-poolspy-mcp)** - An MCP server that tracks newly created liquidity pools on Pancake Swap. - **[Pandoc](https://github.com/vivekVells/mcp-pandoc)** - MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more. From 7dfa713b172c1e969344d794808072a1b4531193 Mon Sep 17 00:00:00 2001 From: Nick Watson <139747943+nicksolarsoul@users.noreply.github.com> Date: Sun, 17 Aug 2025 04:13:01 +0700 Subject: [PATCH 2/8] Add openai-gpt-image-mcp to community servers (#1601) Co-authored-by: Adam Jones --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e81a5a894..1b8ca3a3de 100644 --- a/README.md +++ b/README.md @@ -937,6 +937,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[OpenWeather](https://github.com/mschneider82/mcp-openweather)** - Interact with the free openweathermap API to get the current and forecast weather for a location. - **[Operative WebEvalAgent](https://github.com/Operative-Sh/web-eval-agent)** (by [Operative.sh](https://www.operative.sh)) - An MCP server to test, debug, and fix web applications autonomously. - **[OPNSense MCP](https://github.com/vespo92/OPNSenseMCP)** - MCP Server for OPNSense Firewall Management and API access +- **[OpenAI GPT Image](https://github.com/SureScaleAI/openai-gpt-image-mcp)** - OpenAI GPT image generation/editing MCP server. - **[Optimade MCP](https://github.com/dianfengxiaobo/optimade-mcp-server)** - An MCP server conducts real-time material science data queries with the Optimade database (for example, elemental composition, crystal structure). - **[Oracle](https://github.com/marcelo-ochoa/servers)** (by marcelo-ochoa) - Oracle Database integration in NodeJS with configurable access controls, query explain, stats and schema inspection - **[Oracle Cloud Infrastructure (OCI)](https://github.com/karthiksuku/oci-mcp)** (by karthiksukumar) - Python MCP server for OCI infrastructure (Compute, Autonomous Database, Object Storage). Read-heavy by default with safe instance actions (start/stop/reset). Includes Claude Desktop config and `.env` compartment scoping. From 15ed42bf7e7fc584230c38da008f1b380a3ff8ec Mon Sep 17 00:00:00 2001 From: Matthias Glastra Date: Sat, 16 Aug 2025 23:17:12 +0200 Subject: [PATCH 3/8] git MCP: Add support for git-lfs (#2503) --- src/git/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/git/Dockerfile b/src/git/Dockerfile index 2746d63419..67e024d89c 100644 --- a/src/git/Dockerfile +++ b/src/git/Dockerfile @@ -24,7 +24,8 @@ RUN --mount=type=cache,target=/root/.cache/uv \ FROM python:3.12-slim-bookworm -RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y git git-lfs && rm -rf /var/lib/apt/lists/* \ + && git lfs install --system WORKDIR /app From 88a80f3786a702873bd5fade982ca4c1d0ec5464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?COYG=E2=9A=A1=EF=B8=8F?= <67215517+1411430556@users.noreply.github.com> Date: Sun, 17 Aug 2025 05:21:05 +0800 Subject: [PATCH 4/8] Update copyright year in LICENSE (#1874) --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 3d48435454..ad75c9e774 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Anthropic, PBC +Copyright (c) 2025 Anthropic, PBC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From e4934b3e73520a74e046ee9006d677806e13fe41 Mon Sep 17 00:00:00 2001 From: Trevor Sullivan Date: Sat, 16 Aug 2025 15:36:04 -0600 Subject: [PATCH 5/8] Add Baserow to MCP servers (#2282) Co-authored-by: Adam Jones Co-authored-by: Claude --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b8ca3a3de..66db1f6eba 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Official integrations are maintained by companies building production ready MCP - Microsoft Azure DevOps Logo **[Azure DevOps](https://github.com/microsoft/azure-devops-mcp)** - Interact with Azure DevOps services like repositories, work items, builds, releases, test plans, and code search. - Baidu Map Logo **[Baidu Map](https://github.com/baidu-maps/mcp)** - [Baidu Map MCP Server](https://lbsyun.baidu.com/faq/api?title=mcpserver/base) provides tools for AI agents to interact with Baidu Maps APIs, enabling location-based services and geospatial data analysis. - Bankless Logo **[Bankless Onchain](https://github.com/bankless/onchain-mcp)** - Query Onchain data, like ERC20 tokens, transaction history, smart contract state. +- Baserow Logo **[Baserow](https://gitlab.com/baserow/baserow/-/tree/develop/backend/src/baserow/api/mcp)** - Query data from Baserow self-hosted or SaaS databases using MCP integration. - BICScan Logo **[BICScan](https://github.com/ahnlabio/bicscan-mcp)** - Risk score / asset holdings of EVM blockchain address (EOA, CA, ENS) and even domain names. - Bitrise Logo **[Bitrise](https://github.com/bitrise-io/bitrise-mcp)** - Chat with your builds, CI, and [more](https://bitrise.io/blog/post/chat-with-your-builds-ci-and-more-introducing-the-bitrise-mcp-server). - boikot Logo **[Boikot](https://github.com/boikot-xyz/boikot)** - Learn about the ethical and unethical actions of major companies with [boikot.xyz](https://boikot.xyz/). From 899668f4d598b6042f51edda8b3a3e2020f635ec Mon Sep 17 00:00:00 2001 From: GalenDiogenes <101197851+GalenDiogenes@users.noreply.github.com> Date: Sun, 17 Aug 2025 06:43:13 +0900 Subject: [PATCH 6/8] Add Cloudbet Sports MCP Server (#2306) Co-authored-by: Adam Jones --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66db1f6eba..eb9c0bdcfd 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Official integrations are maintained by companies building production ready MCP - ClickHouse Logo **[ClickHouse](https://github.com/ClickHouse/mcp-clickhouse)** - Query your [ClickHouse](https://clickhouse.com/) database server. - ClickSend Logo **[ClickSend](https://github.com/ClickSend/clicksend-mcp-server/)** - This is the official ClickSend MCP Server developed by ClickSend team. - CloudBase Logo **[CloudBase](https://github.com/TencentCloudBase/CloudBase-AI-ToolKit)** - One-stop backend services for WeChat Mini-Programs and full-stack apps with serverless cloud functions and databases by [Tencent CloudBase](https://tcb.cloud.tencent.com/) +- Cloudbet Logo **[Cloudbet](https://github.com/cloudbet/sports-mcp-server)** - Structured sports and esports data via Cloudbet API: fixtures, live odds, stake limits, and markets. - CloudBees Logo **[CloudBees](https://docs.cloudbees.com/docs/cloudbees-mcp/latest/)** - Enable AI access to your [CloudBees Unify](https://www.cloudbees.com/unify) environment. - Cloudera Iceberg **[Cloudera Iceberg](https://github.com/cloudera/iceberg-mcp-server)** - enabling AI on the [Open Data Lakehouse](https://www.cloudera.com/products/open-data-lakehouse.html). - **[Cloudflare](https://github.com/cloudflare/mcp-server-cloudflare)** - Deploy, configure & interrogate your resources on the Cloudflare developer platform (e.g. Workers/KV/R2/D1) From e2def817df4659b3a1ee398a9a8d9709980fcf27 Mon Sep 17 00:00:00 2001 From: keywordseverywhere Date: Sun, 17 Aug 2025 00:46:48 +0300 Subject: [PATCH 7/8] Add Keywords Everywhere API MCP server (#2350) Co-authored-by: John Muraguri Co-authored-by: Adam Jones --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb9c0bdcfd..9796f3150e 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ Official integrations are maintained by companies building production ready MCP - JFrog Logo **[JFrog](https://github.com/jfrog/mcp-jfrog)** - Model Context Protocol (MCP) Server for the [JFrog](https://jfrog.com/) Platform API, enabling repository management, build tracking, release lifecycle management, and more. - Kagi Logo **[Kagi Search](https://github.com/kagisearch/kagimcp)** - Search the web using Kagi's search API - Keboola Logo **[Keboola](https://github.com/keboola/keboola-mcp-server)** - Build robust data workflows, integrations, and analytics on a single intuitive platform. +- Keywords Everywhere Logo **[Keywords Everywhere](https://api.keywordseverywhere.com/docs/#/mcp_integration)** – Access SEO data through the official Keywords Everywhere API MCP server. - KeywordsPeopleUse Logo **[KeywordsPeopleUse.com](https://github.com/data-skunks/kpu-mcp)** - Find questions people ask online with [KeywordsPeopleUse](https://keywordspeopleuse.com). - KirokuForms Logo **[KirokuForms](https://www.kirokuforms.com/ai/mcp)** - [KirokuForms](https://www.kirokuforms.com) is an AI-powered form platform combining professional form building with Human-in-the-Loop (HITL) capabilities. Create custom forms, collect submissions, and integrate human oversight into AI workflows through [MCP integration](https://kirokuforms.com/ai/mcp). - Klavis Logo **[Klavis ReportGen](https://github.com/Klavis-AI/klavis/tree/main/mcp_servers/report_generation)** - Create professional reports from a simple user query. From c2d4273f3db5c41f0e005b91aabe1bd31bdbbd9a Mon Sep 17 00:00:00 2001 From: Mason Williams <43387599+masnwilliams@users.noreply.github.com> Date: Sat, 16 Aug 2025 14:47:49 -0700 Subject: [PATCH 8/8] Add Kernel MCP integration to README (#2380) Co-authored-by: adam jones --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9796f3150e..3b0441e44a 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ Official integrations are maintained by companies building production ready MCP - JFrog Logo **[JFrog](https://github.com/jfrog/mcp-jfrog)** - Model Context Protocol (MCP) Server for the [JFrog](https://jfrog.com/) Platform API, enabling repository management, build tracking, release lifecycle management, and more. - Kagi Logo **[Kagi Search](https://github.com/kagisearch/kagimcp)** - Search the web using Kagi's search API - Keboola Logo **[Keboola](https://github.com/keboola/keboola-mcp-server)** - Build robust data workflows, integrations, and analytics on a single intuitive platform. +- Kernel Logo **[Kernel](https://github.com/onkernel/kernel-mcp-server)** – Access Kernel's cloud‑based browsers via MCP. - Keywords Everywhere Logo **[Keywords Everywhere](https://api.keywordseverywhere.com/docs/#/mcp_integration)** – Access SEO data through the official Keywords Everywhere API MCP server. - KeywordsPeopleUse Logo **[KeywordsPeopleUse.com](https://github.com/data-skunks/kpu-mcp)** - Find questions people ask online with [KeywordsPeopleUse](https://keywordspeopleuse.com). - KirokuForms Logo **[KirokuForms](https://www.kirokuforms.com/ai/mcp)** - [KirokuForms](https://www.kirokuforms.com) is an AI-powered form platform combining professional form building with Human-in-the-Loop (HITL) capabilities. Create custom forms, collect submissions, and integrate human oversight into AI workflows through [MCP integration](https://kirokuforms.com/ai/mcp).