Commit Graph

2243 Commits

Author SHA1 Message Date
Muhammad Hamza
fc14460a4b docs: Added Figma to Flutter MCP community server 2025-09-20 15:17:43 +05:00
Cameron Rye
19534fa89b docs: add Gopher MCP server to community servers (#2736)
Add Gopher MCP server to the community servers list. Gopher MCP is a
modern, cross-platform MCP server that enables AI assistants to browse
and interact with both Gopher protocol and Gemini protocol resources
safely and efficiently, bridging vintage and modern alternative internet
protocols with AI assistants.
2025-09-19 02:54:17 +01:00
joshylchen
4c9ff4e983 Add zettelkasten to README.md (#2718)
* Update README.md


## Add Zettelkasten MCP Server

This PR adds the Zettelkasten to the community servers list.

### Project Overview
Comprehensive AI-powered knowledge management system that implements the proven Zettelkasten (slip-box) method with modern AI assistance.

### Key Features
- **Atomic Note Management**: Create, organize, and connect atomic ideas
- **AI-Powered Workflows**: CEQRC process for enhanced learning
- **Full-Text Search**: SQLite FTS5 with advanced query syntax
- **Intelligent Linking**: AI-suggested connections between notes
- **Multiple Interfaces**: CLI, REST API, Streamlit UI, and MCP server
- **Comprehensive Documentation**: Setup guides and examples included

### MCP Server Details
- **Transport**: STDIO
- **Tools**: 7 comprehensive tools for note management and AI workflows
- **Dependencies**: OpenAI API (optional, has stub mode)
- **Python**: 3.11+ with modern async/await patterns
- **Setup**: Automated setup script with Claude Desktop config generation

### Repository Information
- **URL**: https://github.com/joshylchen/zettelkasten
- **License**: MIT
- **Documentation**: Complete setup guide in `docs/MCP_SETUP.md`
- **Tests**: Comprehensive test coverage included

This server demonstrates sophisticated MCP patterns and provides real value for knowledge workers and researchers using AI assistants.

* update Zettelkasten under community project
2025-09-19 02:53:01 +01:00
mademan12
f4a25408cf Add Microsoft Playwright MCP server to README (#2678) 2025-09-18 15:57:21 +01:00
Robin Guldener
8509cc7f86 Add Nango MCP Server (#2719)
Add Nango MCP server to the list in the Readme
2025-09-18 15:56:27 +01:00
Cobi
1bd3734e72 Add DevCycle to README (#2731)
Co-authored-by: Adam Jones <adamj@anthropic.com>
2025-09-18 15:10:12 +01:00
Tomasz Nurkiewicz
a1571de840 Monday.com official MCP (#2734)
* Monday.com official MCP

* Move Monday.com official MCP to official integrations section

As suggested in the review comments, moved the official Monday.com MCP
server from the community section to the official integrations section
where it belongs, maintaining alphabetical order.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Adam Jones <adamj@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-18 14:53:54 +01:00
Phenomenon
f1f6f3473d Add Hive Intelligence MCP (#2646)
Co-authored-by: Utsav Agarwal <uagarwal744@gmail.com>
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-09-15 18:57:36 +01:00
Ola Hungerford
31ca475b06 Merge branch 'main' into add_php_sdk 2025-09-13 20:49:22 -07:00
Ola Hungerford
1a6b3db1f1 Merge pull request #2696 from algis-dumbris/add-gcore-mcp-server
Add Gcore MCP server to catalog
2025-09-13 20:46:50 -07:00
Ola Hungerford
a3179bec35 Merge pull request #2690 from gmichnikov/add-looker-to-mcp-toolbox
Add Looker to MCP Toolbox for Databases supported list
2025-09-13 20:42:19 -07:00
Ola Hungerford
35f64eb90c Merge pull request #2688 from JonZeolla/Zenable-MCP
Add the Zenable MCP server
2025-09-13 20:41:59 -07:00
Ola Hungerford
7b826d061a Merge pull request #2683 from krzysztofkucmierz/add-search-mcp-server-to-readme
Added Search MCP Server to README.md
2025-09-13 20:36:34 -07:00
Ola Hungerford
3bea5541bc Merge pull request #2682 from shuowang-ai/patch-2
Add KnowAir Weather MCP to README
2025-09-13 20:34:33 -07:00
Ola Hungerford
e73732f907 Merge pull request #2681 from sn1p4am/main
Add Modao Proto MCP server
2025-09-13 20:33:29 -07:00
Ola Hungerford
3359ff452e Merge pull request #2679 from Horizon-Digital-Engineering/main
Add FPE Demo MCP to community servers
2025-09-13 20:32:43 -07:00
Ola Hungerford
e03608b024 Merge pull request #2665 from ParastooGM/add-emberai-mcp
Add EmberAI MCP Server.
2025-09-13 20:24:49 -07:00
danohn
bf29346320 Add mcpcap to README.md (#2701) 2025-09-12 14:25:42 -07:00
Josh Free
208e764648 Update Azure MCP link in README.md (#2705)
* Update Azure MCP link in README.md

Azure MCP Server moved from /azure/azure-mcp to /microsoft/mcp on 2025-08-25.

The old /azure/azure-mcp repo has been archived as all new development continues in the new /microsoft/mcp monorepo.

* Update path to Azure MCP src
2025-09-12 14:22:18 -07:00
Koichi ITO
4b25d5f212 [Docs] Add PHP SDK link to README
Follow-up to https://github.com/modelcontextprotocol/modelcontextprotocol/pull/1422.

This PR adds a link to the PHP SDK in the README.
2025-09-13 00:46:16 +09:00
Raveen Beemsingh
2954894a9e Add Fal MCP Server (#2668)
* Add Fal MCP Server to official directory

Fal MCP Server enables AI image, video, and music generation directly in Claude using Fal.ai models including FLUX, Stable Diffusion, and MusicGen.

- Published on PyPI: https://pypi.org/project/fal-mcp-server/
- Docker image available on GitHub Container Registry
- Comprehensive documentation: https://raveenb.github.io/fal-mcp-server/
- Native async API for optimal performance

* Move Fal MCP Server to Community servers section

This is not an official Fal.ai server but rather a third-party
implementation created for personal use.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Adam Jones <adamj@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-11 18:17:43 -07:00
Blaž Stojanovič
56bc00d615 Add kumo-rfm-mcp to the README.md (#2674)
Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
2025-09-11 17:56:42 -07:00
Muhammad Afzaal
fb63620f2c Add D365FO-Client project to README (#2671)
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-09-11 17:55:54 -07:00
dpetruchik
17c306038b Add new Linked API MCP server (#2624)
Co-authored-by: Adam Jones <adamj@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-11 17:52:59 -07:00
Adrian Arribas
9e2072a3d6 Add Gemini Bridge MCP server to third-party servers list (#2629)
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-09-11 17:46:02 -07:00
Dmitry Batkovich
a191d5d1cd Update information on JetBrains MCP server (#2622)
Co-authored-by: Dmitry Batkovich <dmitry.batkovich@jetbrains.com>
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-09-11 17:43:36 -07:00
Scott Lewis
cc8038b786 Add ToolGroups example servers (#2699)
Signed-off-by: Scott Lewis <scottslewis@gmail.com>
Co-authored-by: Cliff Hall <cliff@futurescale.com>
2025-09-11 17:39:34 -07:00
Andrea Bravaccino
35c7a5eaff update mcp-documentation-server description (#2704)
update mcp-documentation-server description
2025-09-11 17:33:59 -07:00
Algis Dumbris
a54e97b37f Update Gcore MCP server description
- Expand description to include full range of Gcore platform services
- Add CDN, GPU Cloud & AI Inference, Video Streaming, WAAP services
- Change from "Cloud API" to "platform services" for accuracy
- Maintain unified access approach and cloud resources mention
2025-09-09 16:13:07 +03:00
Algis Dumbris
c2538841f1 Add Gcore MCP server to catalog
- Added Gcore MCP server entry in alphabetical order
- Provides unified configuration for Gcore Cloud API interactions
- Supports cloud resource management including instances, networks, and GPU clusters
2025-09-09 16:01:56 +03:00
Greg Michnikov
74540ea67d Add Looker to MCP Toolbox for Databases supported list 2025-09-07 02:07:30 -04:00
JonZeolla
9052052904 Add the Zenable MCP server 2025-09-06 08:25:20 -04:00
Krzysztof Kućmierz
8594351400 Added Search MCP Server to README.md 2025-09-05 10:03:34 +02:00
Shuo Wang
af4b9371bb Add KnowAir Weather MCP to README
Added KnowAir Weather MCP project to the list of MCP servers.
2025-09-05 15:36:43 +08:00
sn1p4am
e433fe5ac0 Add Modao Proto MCP server to README
- Add Modao Proto MCP to the third-party servers list
- AI-powered HTML prototype generation server
- Converts natural language descriptions into complete HTML code
- Maintains alphabetical order in the list
2025-09-05 11:49:45 +08:00
Leslie Gutschow
7537f529d7 Add FPE Demo MCP to community servers
- Adds FF3 Format Preserving Encryption MCP server
- Demonstrates authentication patterns for secure data protection
- Positioned alphabetically in community servers section
2025-09-04 22:31:32 -04:00
Parastoo Gol Mohammadi
15a11a2810 Update README.md
update ember link
2025-09-04 08:21:34 -04:00
ParastooGM
14018d9086 Merge branch 'main' into add-emberai-mcp 2025-09-04 08:19:32 -04:00
Ola Hungerford
ae0be7d7c3 Merge pull request #2670 from Mrbaeksang/main
Add Korea Stock Analyzer MCP server
2025-09-02 22:32:53 -07:00
Ola Hungerford
4bc7c2b9c0 Merge pull request #2664 from jirispilka/fix/apify-mcp
fix: Update link/description for Apify's MCP server
2025-09-02 22:28:35 -07:00
Ola Hungerford
fd3f5f45fa Merge pull request #2662 from deepak-scan/patch-2
Add the Scanova MCP Server to the list of MCP Servers
2025-09-02 22:26:20 -07:00
Ola Hungerford
4ec2f4fcb1 Merge pull request #2653 from nokia/add-redfish-mcp
Add the Redfish MCP Server to the list of MCP Servers
2025-09-02 22:24:29 -07:00
Ola Hungerford
26719c060b Merge pull request #2652 from heyder/thehive_mcp_server
Add TheHive MCP server to MCP servers list
2025-09-02 22:23:18 -07:00
Ola Hungerford
c8c56b745b Merge pull request #2650 from garylab/main
Add Pexels MCP server for Pexels API for searching and retrieving photos, videos, and collections.
2025-09-02 22:20:00 -07:00
Ola Hungerford
0a5ede7b9f Merge pull request #2648 from st3v3nmw/add-sourcerer
Add Sourcerer MCP
2025-09-02 22:19:32 -07:00
Ola Hungerford
99004e8aab Merge pull request #2647 from thisisbhanuj/patch-2
Added Snowflake Cortex Agent MCP Server
2025-09-02 22:18:48 -07:00
Ola Hungerford
754258ded7 Merge pull request #2643 from stefanoamorelli/feat/qonto-mcp-server
feat: add Qonto MCP server
2025-09-02 22:15:15 -07:00
Ola Hungerford
6655041ff0 Merge pull request #2642 from BestYifu/feature/pdf-action-inspector
Add PDFActionInspector to third-party servers
2025-09-02 22:14:28 -07:00
Mrbaeksang
fe9aedae98 Add Korea Stock Analyzer MCP server 2025-09-03 10:03:54 +09:00
Parastoo Gol Mohammadi
f974d62755 Update README.md 2025-09-02 12:18:18 +02:00