Provides integration with Brave Search, allowing queries to Brave's search engine API
Provides integration with Perplexity AI, as evidenced by the referenced example server https://github.com/rileyedwards77/perplexity-mcp-server
Provides integration with Puppeteer, likely for web scraping or browser automation tasks
Provides integration with Slack, allowing the MCP server to interact with Slack's API
To start the project
After every change in the code, you need to re run
NOTE: You should look into how to do hot reloads
Look into how the other example mcp servers are running with their respective tool exposing
Potential next steps:
- Should I expose API Keys and stuff as a resource or should i make the platform url as a resource
- one of the tools should be getting a new api_key and project_id for the user if they dont have it for the current one but I need to get the right user somehow
- Look into how the other tools are doing this stuff
Write mcp prompts that help llms understand how to write the prompts for best results
Servers to look at:
Looks lke most of these are using ts, maybe I should also change gears to that
Actually I dont see why typescript would be better especially in our usecase, so sticking to better readbility python might be better
Potential Contributions
Hot reload when the developer writes code to MCP
This server cannot be installed
This is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Python-based MCP server that integrates OpenAPI-described REST APIs into MCP workflows, enabling dynamic exposure of API endpoints as MCP tools.Last updated -2107PythonMIT License
- AsecurityAlicenseAqualityA server that provides a persistent Python REPL environment through the MCP protocol, allowing execution of Python code, variable management, and package installation.Last updated -324PythonMIT License
- -securityFlicense-qualityA Python-based server that helps users easily install and configure other MCP servers across different platforms.Last updated -2Python
- -securityFlicense-qualityAn MCP server that enables interaction with the MailScript API, allowing management of email workflows and automation through natural language commands.Last updated -Python