MCP ExplorerExplorer

Mcp Projects

@burrsutteron 9 months ago
2 MIT
FreeCommunity
AI Systems
MCP projects include Python, Node, and Java servers for various APIs.

Overview

What is Mcp Projects

mcp-projects is a collection of MCP Client and Server implementations that facilitate communication and data exchange using the Model Context Protocol (MCP).

Use cases

Use cases include building applications that require real-time data from external APIs, creating microservices that communicate via MCP, and developing client-server architectures for data processing.

How to use

To use mcp-projects, clone the repository and navigate to the desired client or server directory. Follow the specific instructions in the README files for setup and execution, ensuring any necessary dependencies are installed.

Key features

Key features include multiple server implementations in different programming languages (Python, Node.js, Java), easy setup with minimal configuration, and integration with external APIs like The Movie Database and Weather API.

Where to use

mcp-projects can be used in various fields such as web development, data analysis, and application development where communication between different services is required.

Content

MCP Client and Servers

MCP Client

cd mcp-client-python-llm

Review that readme.md

Note: jbang with Java server requires pre-compilation

MCP Server: Python Hello

https://github.com/modelcontextprotocol/python-sdk

mcp-server-python-hello - should work “out of the box” assuming a decent version of Python on the machine

MCP Server: Node TMDB

https://github.com/modelcontextprotocol/typescript-sdk

mcp-server-node-tmdb

Uses https://www.themoviedb.org/ API which requires an API key within the client’s .env

MCP Server: Java Weather

https://quarkus.io/blog/introducing-mcp-servers/

mcp-server-java-weather

Uses https://api.weather.gov which has NO API key requirement

mvn clean compile install to load into your local .m2/repository

brew install jbang

SDKMan as a way to manage Java, mvn, etc.

https://sdkman.io/

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers