kaunjovi/2025-mcp-server
3.2
If you are the rightful owner of 2025-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is a powerful tool designed to facilitate communication and interaction between various AI models and applications, providing a standardized protocol for seamless integration.
Tools
3
Resources
0
Prompts
0
2025-mcp-server
2025 MCP server using python.
- Use uv to initiate a project
uv init
Initialized project `2025-mcp-server`
uv venv
Using CPython 3.11.9 interpreter at: /Library/Frameworks/Python.framework/Versions/3.11/bin/python3.11
Creating virtual environment at: .venv
Activate with: source .venv/bin/activate
- Check that it is using the .venv location
where python
/Users/kaunjovi/code/2025-mcp-server/.venv/bin/python
- Run the default python
python main.py
Hello from 2025-mcp-server!
uv add langchain-groq langchain-mcp-adapters mcp
Welcome to FastMCP 2.0!
How can you connect to your MCP server tool ?
- mcp.run( transport= "stdio")
- Use the standard input and output ( stdin stdout) io.
- Run the server in command prompt.
- Great for local testing.