Back to Home
KyleDeng icon

mcp_server_test

Verified Safe

by KyleDeng

Overview

Implements a Model Context Protocol (MCP) server to expose Python functions as tools, resources, and prompts for AI agent interaction, facilitating local file system operations, simple arithmetic, and account tracking.

Installation

Run Command
python custom_mcp.py

Environment Variables

  • ACCOUNTING_WORKING_DIR

Security Notes

The server primarily performs local file system operations and arithmetic calculations. The 'list_desktop_files' tool exposes desktop file names, which is a minor privacy consideration if exposed to untrusted agents, but is explicitly documented. No 'eval' or other direct code execution vulnerabilities found. Uses local network (127.0.0.1) for SSE transport by default, limiting immediate external exposure. Tools typically require user approval in the client agent.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-12-03

Tags

MCPAI AgentLLM IntegrationPythonTooling