mcp_tools_server

Rose22/mcp_tools_server

3.3

If you are the rightful owner of mcp_tools_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 dayong@mcphub.com.

The Model Context Protocol (MCP) server is a specialized server designed to facilitate communication and data exchange between language models and various applications, ensuring efficient and secure interactions.

MCP server that enables any LLM to function as a Siri/Alexa/Google-style AI assistant

this is a very flexible and capable MCP server intended to be run on your own device. it's inspired by classic AI assistants like Siri, Alexa and Google Assistant but adding an LLM to that mix turns it all up to 11!

it's modular and you can turn any of the components on or off depending on what tools you need. if you prefer to just use the web search and url reading functionality, you can turn all the other modules off.

unlike many solutions so far, this is independent of the UI you choose to use for your AI assistant because it's using MCP and can be plugged into any system that supports MCP.

it's cross platform and what tools your LLM will see depends on what operating system you're using (windows, mac, or linux)

it enables your chosen AI assistant to:

  • search the web using duckduckgo (no API key needed, we use page scraping)
  • browse, read and modify your files (with safety features such as automatic backups before modification)
  • read and process a wide range of file types (it can do things like look inside zip archives, see video metadata, stuff like that)
  • read and process remote URLs (links) of those same file types and with the same extraction abilities
  • manage a complete life organization system for you with notes, tasks, events/calendar/appointments, bookmarks, recipes, and so on. it's stored as a plain text markdown database (basically just a simple human readable folder) so it can easily be copied or backed up and you don't have to worry about being locked in to a database format!
  • control a bunch of things about your device (it can even lock your screen!)
  • get a ton of information about your device and then use it to diagnose problems
  • transcribe youtube videos

if you use this with a good model, it'll smartly chain multiple actions together, and you can start doing things like asking it to summarize a youtube video and save it to your notes. or to create a recipe with some healthy vegetables and then save it to your recipes. it gets really powerful real fast!

how to install

run this:

git clone https://github.com/Rose22/mcp_tools_server.git
cd mcp_tools_server
python -m venv venv
python -r requirements.txt

then you will need a way to run a python program in a virtualenv. the simplest way is to use this command:

/path/to/mcp_tools_server/venv/bin/python /path/to/mcp_tools_server/main.py

add that as the command in your AI user interface of choice. the transport type is stdio, but you can uncomment the relevant lines in main.py depending on which type of transport you need

(there will be a proper config system soon..)

see it in action!

image image image image image image