Cover image
local_mcp_server-client_eag-s-4
Public

local_mcp_server-client_eag-s-4

Try Now
2025-04-07

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

🧠 mcp_server-client_EAG-S-4 - Local Setup

This repository provides a minimal implementation to set up and interact with the MCP (Modular Computation Protocol) locally. It consists of a server that exposes various computational tools and a client that communicates with the server to invoke those tools.

The project is managed using uv, a fast Python package manager and workflow tool.


📂 Project Structure

  • mcp_server.py — Hosts the MCP server with 28 tools available for interaction.
  • mcp_client.py — The entry point of the project; runs a client that connects to the MCP server and calls its tools.
  • pyproject.toml — Project configuration and dependencies using PEP 621.
  • uv.lock — Auto-generated lockfile for reproducible installations using uv.
  • token.env — Environment file that likely contains secrets or tokens.
  • README.md — Project documentation."""

🛠️ Available Tools on the MCP Server

🔢 Math Tools

  1. add(a, b) — Add two numbers
  2. add_list(l) — Add all numbers in a list
  3. subtract(a, b) — Subtract two numbers
  4. multiply(a, b) — Multiply two numbers
  5. divide(a, b) — Divide two numbers
  6. power(a, b) — Raise a to the power of b
  7. sqrt(a) — Square root
  8. cbrt(a) — Cube root
  9. factorial(a) — Factorial
  10. log(a) — Natural logarithm
  11. remainder(a, b) — Modulus operation
  12. sin(a) — Sine
  13. cos(a) — Cosine
  14. tan(a) — Tangent
  15. mine(a, b) — Special mining tool
  16. int_list_to_exponential_sum(int_list) — Sum of exponentials of integers
  17. fibonacci_numbers(n) — First n Fibonacci numbers

🧠 String/Image Tools

  1. strings_to_chars_to_int(string) — Convert characters to ASCII
  2. create_thumbnail(image_path) — Generate a thumbnail from an image

🖌️ Pinta Automation Tools

  1. open_pinta_application() — Launch and focus Pinta
  2. select_rectangle_tool()
  3. select_text_tool()
  4. select_circle_tool()
  5. draw_rectangle(x1, y1, x2, y2)
  6. write_text_inside_rectangle(text, x1, y1, x2, y2)
  7. draw_circle(x1, y1, radius)
  8. get_lines_of_rectangle(x1, y1, x2, y2) — Return lines from rectangle coordinates
  9. get_midpoint_of_line(x1, y1, x2, y2) — Return midpoint of a line

🚀 Getting Started

1. Clone the Repository

git clone https://github.com/your-username/mcp-protocol.git
cd mcp-protocol

2. Install uv (if not already installed)

curl -Ls https://astral.sh/uv/install.sh | sh

Verify installation:

uv --version

3. Set Up the Project Environment

uv venv
source .venv/bin/activate  # or .venv\Scripts\activate on Windows
uv pip install -r pyproject.toml

If requirements.txt doesn't exist:

uv pip freeze > requirements.txt

4. Test MCP Server with GUI client

mcp dev mcp_server.py

5. Run the Client

python mcp_client.py

📌 Notes

  • Ensure Pinta is installed if you're using Pinta-related tools.
  • Image tools like create_thumbnail require valid image paths.
  • mcp_client.py is the main entry point to interact with the protocol.

📄 License

MIT License. Feel free to fork, modify, and contribute.


🤝 Contributing

Pull requests are welcome. For major changes, please open an issue first.

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Lists Tailwind CSS classes in monospaced font

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://appia.in
  • Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • tomoyoshi hirata
  • Sony α7IIIマニュアルアシスタント

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

  • ravitemer
  • 一个功能强大的Neovim插件,用于管理MCP(模型上下文协议)服务器

  • patruff
  • Ollama和MCP服务器之间的桥梁,使本地LLMS可以使用模型上下文协议工具

  • pontusab
  • 光标与风浪冲浪社区,查找规则和MCP

  • av
  • 毫不费力地使用一个命令运行LLM后端,API,前端和服务。

  • WangRongsheng
  • 🧑‍🚀 llm 资料总结(数据处理、模型训练、模型部署、 o1 模型、mcp 、小语言模型、视觉语言模型)|摘要世界上最好的LLM资源。

  • Mintplex-Labs
  • 带有内置抹布,AI代理,无代理构建器,MCP兼容性等的多合一桌面和Docker AI应用程序。

  • modelcontextprotocol
  • 模型上下文协议服务器

    Reviews

    4 (1)
    Avatar
    user_1mjauHJq
    2025-04-17

    I've been using local_mcp_server-client_EAG-S-4 by devdastl, and it has significantly improved my workflow. The server-client model is efficient and the GitHub resources are well-documented. It's a must-try for anyone looking to streamline their processes. Highly recommend!