harshita-200/mcp-server
If you are the rightful owner of mcp-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 henry@mcphub.com.
A MCP server project for managing and summarizing notes.
The tweets MCP server is designed to manage a simple note storage system using a custom URI scheme. It allows users to add, access, and summarize notes stored on the server. The server provides a single prompt for summarizing notes and a tool for adding new notes. It is built to be compatible with various platforms and can be configured for both development and published environments. The server supports building and publishing processes, making it easy to distribute and deploy. Debugging is facilitated through the MCP Inspector, which provides a user-friendly interface for monitoring server operations.
Features
- Custom note: // URI scheme for accessing notes
- Summarize-notes prompt with optional style argument
- Add-note tool for adding new notes
- Compatible with development and published server configurations
- Supports building and publishing to PyPI
Usages
claude desktop development
"mcpServers": { "tweets": { "command": "uv", "args": [ "--directory", "C:\Users\Asus\tweets", "run", "tweets" ] } }
claude desktop published
"mcpServers": { "tweets": { "command": "uvx", "args": [ "tweets" ] } }
Tools
1
add-note