Monsoft MCPs
Allow to manage Issues and Project on Github
Monsoft-Solutions
Tools
add_issue_comment
Add a comment to an existing issue
update_project_item
Move an item between columns in a GitHub project
create_issue
Create a new issue in a GitHub repository
update_issue
Update an existing issue in a GitHub repository
list_issues
List issues in a GitHub repository with filtering options
get_issue
Get details of a specific issue in a GitHub repository.
create_project
Create a new GitHub project board
add_project_item
Add an issue or pull request to a GitHub project
list_project_items
List items in a GitHub project
create_pull_request
Create a new pull request in a GitHub repository
update_pull_request
Update an existing pull request in a GitHub repository
list_pull_requests
List pull requests in a GitHub repository with filtering options
get_pull_request
Get details of a specific pull request in a GitHub repository
merge_pull_request
Merge a pull request
is_pull_request_merged
Check if a pull request has been merged
create_pull_request_review
Create a review for a pull request
list_pull_request_reviews
List reviews for a pull request
create_pull_request_review_comment
Create a review comment for a pull request
list_pull_request_review_comments
List review comments for a pull request
request_reviewers
Request reviewers for a pull request
remove_requested_reviewers
Remove requested reviewers from a pull request
update_pull_request_branch
Update a pull request branch with the latest upstream changes
README
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
AIO-MCP Server
🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from
Hyperbrowser MCP Server
Welcome to Hyperbrowser, the Internet for AI. Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation. Built specifically for AI developers, it eliminates the headaches of local infrastructure and performance bottlenecks, allowing you to
React MCP
react-mcp integrates with Claude Desktop, enabling the creation and modification of React apps based on user prompts
Atlassian Integration
Model Context Protocol (MCP) server for Atlassian Cloud products (Confluence and Jira). This integration is designed specifically for Atlassian Cloud instances and does not support Atlassian Server or Data Center deployments.