MCP.so
登录

MCP-Server

@P-RajaRamesh

关于 MCP-Server

Projects on MCP server

基本信息

分类

其他

许可证

MIT license

传输方式

stdio

发布者

P-RajaRamesh

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP-Server?

A repository containing multiple Model Context Protocol (MCP) server projects. It currently includes a shell command execution server (Shellserver) and a sentiment analysis server (client-server-sentiment), both built using the MCP Python SDK. Aimed at developers who want to integrate system command execution or sentiment analysis into LLM applications like Claude.

How to use MCP-Server?

Key features of MCP-Server

  • Shellserver provides a terminal tool for executing shell commands.
  • Sentiment analysis server exposes a tool via mcp_server.py.
  • Both servers are built with the MCP Python SDK.
  • Compatible with LLM applications like Claude.
  • Includes a custom client example (mcp_client.py) for the sentiment server.

Use cases of MCP-Server

  • Running shell commands from within an LLM application like Claude.
  • Adding sentiment analysis capabilities to any MCP‑compatible client.
  • Prototyping custom MCP servers for system automation.
  • Building a client application that consumes MCP sentiment analysis tools.

FAQ from MCP-Server

What does the Shellserver do?

It provides a terminal tool for executing shell commands, enabling LLM applications like Claude to run commands on your system.

How does the sentiment analysis server work?

It exposes a sentiment analysis tool from mcp_server.py that can be consumed by any client application, such as Claude or a custom client like mcp_client.py.

What are the runtime requirements?

Both servers are built with the MCP Python SDK, so Python and the SDK are required. No other dependencies are mentioned in the README.

Where can I find the source code?

The source code is hosted on GitHub under the MCP-Server repository, with separate branches for each project: Shellserver and client-server-sentiment.

Are there any known limitations?

The README does not list any limitations. Each server’s functionality is as described in its branch.

评论

其他 分类下的更多 MCP 服务器