A favicon of Monsoft MCPs

Monsoft MCPs

Enhance your AI assistant's capabilities by integrating advanced Model Context Protocols. Access external resources and perform additional functions seamlessly. Join the community in advancing AI technology with these powerful tools.

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the Monsoft MCPs MCP server manually.

Monsoft MCPs

A collection of Model Context Protocols (MCPs) developed by Monsoft Solutions, LLC for enhancing AI assistant capabilities.

License: MIT CodeRabbit Pull Request Reviews

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

  1. Clone the repository:

    git clone https://github.com/Monsoft-Solutions/model-context-protocols.git
    cd model-context-protocols
    
  2. Install dependencies:

    npm install
    # or
    yarn install
    
  3. Build the project:

    npm run build
    # or
    yarn build
    

Usage

To use these MCPs with your AI assistant:

  1. Build the project as described above.

  2. 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.

  3. 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).

  4. 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:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. 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.

Share:
Details:
  • Stars


    0
  • Forks


    0
  • Last commit


    4 months ago
  • Repository age


    4 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Monsoft MCPs:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit