Skip to content
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
8126d3b
Add lsp-mcp to community servers
Tritlo Mar 22, 2025
d0ceb87
FIx description and add period.
Tritlo Mar 22, 2025
1ef49c9
add community server My Apple Remembers
baryhuang Mar 27, 2025
5b7db5f
Merge branch 'main' into add_mcp_server_my_apple_remembers
baryhuang Mar 30, 2025
97e6a91
Merge branch 'main' into add_mcp_server_my_apple_remembers
baryhuang Apr 1, 2025
2d41d8d
Merge branch 'main' into add_mcp_server_my_apple_remembers
baryhuang Apr 2, 2025
2a42f66
Merge branch 'main' into add_mcp_server_my_apple_remembers
baryhuang Apr 3, 2025
7c5a363
Merge branch 'main' into add_mcp_server_my_apple_remembers
baryhuang Apr 6, 2025
72f315e
Merge branch 'main' into add_mcp_server_my_apple_remembers
baryhuang Apr 8, 2025
5ff268a
Merge branch 'main' into add_mcp_server_my_apple_remembers
baryhuang Apr 13, 2025
864b62f
Merge branch 'main' into add_mcp_server_my_apple_remembers
baryhuang Apr 15, 2025
1ce66bb
Merge branch 'main' into add_mcp_server_my_apple_remembers
baryhuang Apr 17, 2025
2021bdc
Merge branch 'main' into add_mcp_server_my_apple_remembers
baryhuang Apr 20, 2025
e96f8ea
Merge branch 'main' into add_mcp_server_my_apple_remembers
baryhuang Apr 22, 2025
4dc57bc
Merge remote-tracking branch 'origin/main' into add_mcp_server_my_app…
baryhuang Apr 23, 2025
cc6c703
update the name and location
baryhuang Apr 23, 2025
24bfe0f
Merge branch 'main' into main
Tritlo Apr 23, 2025
5bd1a0b
Merge pull request #993 from Tritlo/main
evalstate Apr 23, 2025
b7879d9
Merge branch 'main' into add_mcp_server_my_apple_remembers
baryhuang Apr 23, 2025
6476b8f
update order
baryhuang Apr 23, 2025
2a4107d
Merge pull request #1094 from baryhuang/add_mcp_server_my_apple_remem…
evalstate Apr 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ A growing set of community-developed and maintained servers demonstrates various
- **[Anki](https://github.com/scorzeth/anki-mcp-server)** - An MCP server for interacting with your [Anki](https://apps.ankiweb.net) decks and cards.
- **[Any Chat Completions](https://github.com/pyroprompts/any-chat-completions-mcp)** - Interact with any OpenAI SDK Compatible Chat Completions API like OpenAI, Perplexity, Groq, xAI and many more.
- **[Apple Calendar](https://github.com/Omar-v2/mcp-ical)** - An MCP server that allows you to interact with your MacOS Calendar through natural language, including features such as event creation, modification, schedule listing, finding free time slots etc.
- **[Apple Script](https://github.com/peakmojo/applescript-mcp)** - MCP server that lets LLM run AppleScript code to to fully control anything on Mac, no setup needed.
- **[Aranet4](https://github.com/diegobit/aranet4-mcp-server)** - MCP Server to manage your Aranet4 CO2 sensor. Fetch data and store in a local SQLite. Ask questions about historical data.
- **[ArangoDB](https://github.com/ravenwits/mcp-server-arangodb)** - MCP Server that provides database interaction capabilities through [ArangoDB](https://arangodb.com/).
- **[Arduino](https://github.com/vishalmysore/choturobo)** - MCP Server that enables AI-powered robotics using Claude AI and Arduino (ESP32) for real-world automation and interaction with robots.
Expand Down Expand Up @@ -293,6 +294,7 @@ A growing set of community-developed and maintained servers demonstrates various
- **[Kubernetes and OpenShift](https://github.com/manusa/kubernetes-mcp-server)** - A powerful Kubernetes MCP server with additional support for OpenShift. Besides providing CRUD operations for any Kubernetes resource, this server provides specialized tools to interact with your cluster.
- **[Langflow-DOC-QA-SERVER](https://github.com/GongRzhe/Langflow-DOC-QA-SERVER)** - A Model Context Protocol server for document Q&A powered by Langflow. It demonstrates core MCP concepts by providing a simple interface to query documents through a Langflow backend.
- **[Lightdash](https://github.com/syucream/lightdash-mcp-server)** - Interact with [Lightdash](https://www.lightdash.com/), a BI tool.
- **[lsp-mcp](https://github.com/Tritlo/lsp-mcp)** - Interact with Language Servers usint the Language Server Protocol to provide additional context information via hover, code actions and completions.
- **[Linear](https://github.com/jerhadf/linear-mcp-server)** - Allows LLM to interact with Linear's API for project management, including searching, creating, and updating issues.
- **[Linear (Go)](https://github.com/geropl/linear-mcp-go)** - Allows LLM to interact with Linear's API via a single static binary.
- **[LINE](https://github.com/amornpan/py-mcp-line)** (by amornpan) - Implementation for LINE Bot integration that enables Language Models to read and analyze LINE conversations through a standardized interface. Features asynchronous operation, comprehensive logging, webhook event handling, and support for various message types.
Expand Down