Back to Home
Maximophone icon

mcp-toolsets

by Maximophone

Overview

A modular Model Context Protocol (MCP) server that provides AI tools for filesystem operations, email, messaging, and productivity platforms (Notion, LinkedIn).

Installation

Run Command
python server.py

Environment Variables

  • MCP_API_KEY
  • NOTION_API_KEY
  • DISCORD_BOT_TOKEN
  • LINKEDIN_EMAIL
  • LINKEDIN_PASSWORD
  • LINKEDIN_LI_AT
  • LINKEDIN_JSESSIONID

Security Notes

The 'system' toolset includes highly dangerous capabilities like 'run_command' (executes arbitrary shell commands), 'execute_python' (executes arbitrary Python code), 'save_file' (writes to arbitrary paths within BASE_DIR), and 'persistent_shell' (maintains an interactive shell session). While these tools are explicitly marked 'safe=False' and require API key authentication, a compromised API key or misuse by an AI agent could lead to severe system compromise, data loss, or unauthorized access. File operations are sandboxed to 'MCP_BASE_DIR', which mitigates some direct filesystem risks but does not eliminate the danger of code execution. The use of pickle for Gmail tokens is generally safe as it's for self-generated, controlled data.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-15

Tags

AI ToolsAPI ServerFastAPIIntegrationsAutomation