Skip to content
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c37af22
added youtube-video-summarizer to readme
nabid-pf Apr 2, 2025
8704337
Merge branch 'main' into youtube-video-summarizer
nabid-pf Apr 4, 2025
0dc3b00
docs: add Standard Korean Dictionary MCP server to the README
privetin Apr 5, 2025
3d1a810
mcp server for mongodb with mongoose
nabid-pf Apr 6, 2025
e329509
Merge branch 'main' into stdict
privetin Apr 9, 2025
2bc6818
Merge branch 'main' into stdict
privetin Apr 15, 2025
3d91000
Merge branch 'main' into stdict
privetin Apr 16, 2025
a42b80e
Merge branch 'main' into stdict
privetin Apr 16, 2025
a52e50d
Merge branch 'main' into stdict
privetin Apr 19, 2025
57c3460
Merge branch 'main' into stdict
privetin Apr 20, 2025
73464f1
Merge branch 'main' into stdict
privetin Apr 23, 2025
7c64a51
Merge branch 'main' into stdict
privetin Apr 24, 2025
821b2d9
Merge branch 'main' into stdict
privetin Apr 26, 2025
5e2c343
Merge branch 'main' into stdict
privetin May 3, 2025
be1a065
Merge branch 'main' into stdict
privetin May 13, 2025
1d00e4a
Merge branch 'main' into stdict
privetin May 18, 2025
d5a9dde
Merge branch 'main' into stdict
privetin May 19, 2025
9277e31
Merge pull request #1271 from privetin/stdict
olaservo May 29, 2025
0359d8e
Merge pull request #1283 from nabid-pf/mongo-mongoose-mcp
olaservo May 29, 2025
c9fb31f
Merge branch 'main' into youtube-video-summarizer
nabid-pf May 29, 2025
8aea3d8
Removed unnecessary space
nabid-pf May 29, 2025
47fad9a
Merge pull request #1218 from nabid-pf/youtube-video-summarizer
olaservo May 29, 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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ A growing set of community-developed and maintained servers demonstrates various
- **[Mobile MCP](https://github.com/mobile-next/mobile-mcp)** (by Mobile Next) - MCP server for Mobile(iOS/Android) automation, app scraping and development using physical devices or simulators/emulators.
- **[MongoDB](https://github.com/kiliczsh/mcp-mongo-server)** - A Model Context Protocol Server for MongoDB.
- **[MongoDB Lens](https://github.com/furey/mongodb-lens)** - Full Featured MCP Server for MongoDB Databases.
- **[MongoDB & Mongoose](https://github.com/nabid-pf/mongo-mongoose-mcp)** - MongoDB MCP Server with Mongoose Schema and Validation.
- **[Monday.com](https://github.com/sakce/mcp-server-monday)** - MCP Server to interact with Monday.com boards and items.
- **[Morningstar](https://github.com/Morningstar/morningstar-mcp-server)** - MCP Server to interact with Morningstar Research, Editorial and Datapoints
- **[Multicluster-MCP-Sever](https://github.com/yanmxa/multicluster-mcp-server)** - The gateway for GenAI systems to interact with multiple Kubernetes clusters.
Expand Down Expand Up @@ -502,6 +503,7 @@ A growing set of community-developed and maintained servers demonstrates various
- **[SoccerDataAPI](https://github.com/yeonupark/mcp-soccer-data)** - This MCP server provides real-time football match data based on the SoccerDataAPI.
- **[Solana Agent Kit](https://github.com/sendaifun/solana-agent-kit/tree/main/examples/agent-kit-mcp-server)** - This MCP server enables LLMs to interact with the Solana blockchain with help of Solana Agent Kit by SendAI, allowing for 40+ protcool actions and growing
- **[Spotify](https://github.com/varunneal/spotify-mcp)** - This MCP allows an LLM to play and use Spotify.
- **[Standard Korean Dictionary](https://github.com/privetin/stdict)** - Search the dictionary using API
- **[Starwind UI](https://github.com/Boston343/starwind-ui-mcp/)** - This MCP provides relevant commands, documentation, and other information to allow LLMs to take full advantage of Starwind UI's open source Astro components.
- **[Strava](https://github.com/r-huijts/strava-mcp)** - Connect to the Strava API to access activity data, athlete profiles, segments, and routes, enabling fitness tracking and analysis with Claude.
- **[Stripe](https://github.com/atharvagupta2003/mcp-stripe)** - This MCP allows integration with Stripe for handling payments, customers, and refunds.
Expand Down Expand Up @@ -552,6 +554,7 @@ A growing set of community-developed and maintained servers demonstrates various
- **[YNAB](https://github.com/ChuckBryan/ynabmcpserver)** - A Model Context Protocol (MCP) server for integrating with YNAB (You Need A Budget), allowing AI assistants to securely access and analyze your financial data.
- **[YouTube](https://github.com/Klavis-AI/klavis/tree/main/mcp_servers/youtube)** - Extract Youtube video information (with proxies support).
- **[YouTube](https://github.com/ZubeidHendricks/youtube-mcp-server)** - Comprehensive YouTube API integration for video management, Shorts creation, and analytics.
- **[YouTube Video Summarizer](https://github.com/nabid-pf/youtube-video-summarizer-mcp)** - Summarize lengthy youtube videos.
- **[Zoom](https://github.com/Prathamesh0901/zoom-mcp-server/tree/main)** - Create, update, read and delete your zoom meetings.
- **[mcp_weather](https://github.com/isdaniel/mcp_weather_server)** - Get weather information from https://api.open-meteo.com API.

Expand Down