Monsoft MCPs
A collection of Model Context Protocols (MCPs) developed by Monsoft Solutions, LLC for enhancing AI assistant capabilities.
Overview
This repository contains a collection of Model Context Protocols (MCPs) developed by Monsoft Solutions, LLC. These protocols extend the capabilities of AI assistants like Claude and other MCP-compatible systems, allowing them to perform additional functions and access external resources.
These MCPs are used internally by Monsoft Solutions and are being shared with the community to help advance the development of more capable AI systems.
Available MCPs
List of available MCPs and brief descriptions will be added as they are developed
Installation
Prerequisites
- Node.js (v16 or higher)
- npm or yarn
Setup
Clone the repository:
git clone https://github.com/Monsoft-Solutions/model-context-protocols.git cd model-context-protocols
Install dependencies:
npm install # or yarn install
Build the project:
npm run build # or yarn build
Usage
To use these MCPs with your AI assistant:
Build the project as described above.
Set up the
.env
file for the specific MCP if needed. Note that the MCP servers will first try to get environment variables from the process environment, and if not found, will fall back to the.env
file.Copy the full path to the desired MCP’s
dist/server/index.js
file and configure it in your AI assistant (Cursor, Claude, or any other MCP consumer).Alternatively, you can set up the MCPs following the instructions at the Model Context Protocol Quickstart Guide.
Configuration Examples
Claude for Desktop
Add the following to your Claude Desktop configuration file:
{
"mcpServers": {
"monsoft-mcp-name": {
"command": "node",
"args": ["/full/path/to/model-context-protocols/mcp-name/dist/server/index.js"]
}
}
}
Cursor
Configuration instructions for Cursor will be added
Contributing
We welcome contributions from the community! If you’d like to contribute:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Please make sure to update tests as appropriate and follow the code style of the project.
License
This project is licensed under the MIT License - see the LICENSE file for details.
About Monsoft Solutions
Monsoft Solutions, LLC is a software development company specializing in AI-powered solutions and tools. We’re committed to advancing the capabilities of AI assistants and sharing our work with the community.
Contact
For questions or support, please open an issue in this repository or contact us through our website.
Github Project Manager
Project Details
- Monsoft-Solutions/model-context-protocols
- @monsoft/mcp-github-project-manager
- Last Updated: 3/20/2025
Recomended MCP Servers
Anki MCP server
MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions...
MCP server that allows interaction with Jira using natural language
This MCP server provides access to Lark Bitable through the Model Context Protocol. It allows users to interact...
An MCP server to interact with Strava
FEGIS is a framework for structured cognition and persistent memory in language models using Anthropic's Model Context Protocol....
mcpjs
Unity Catalog AI Model Context Protocol Server
A Model Context Protocol (MCP) server that enables AI models to interact with Kaltura's media management platform. Allows...
mcp server of tavily
Monorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools