MCP Montano Server
Description
# MCP Montano Server A TypeScript-based server project. ## Prerequisites - Node.js (v18 or higher) - npm (comes with Node.js) - Cursor IDE (recommended) ## Installation 1. Clone the repository: ```bash git clone git@github.com:lucasmontano/mcp-montano-server.git cd…
About
# MCP Montano Server A TypeScript-based server project. ## Prerequisites - Node.js (v18 or higher) - npm (comes with Node.js) - Cursor IDE (recommended) ## Installation 1. Clone the repository: ```bash git clone git@github.com:lucasmontano/mcp-montano-server.git cd mcp-montano-server ``` 2. Install dependencies…
Details
- Author
- palattine
- Downloads
- 158
- Categories
- Other
Jump to
- TypeScript-based MCP server project
- Development mode with hot reload (npm run dev)
- Production build and start (npm run build && npm start)
- Seamless integration with Cursor IDE
- MIT licensed open-source project
- Simple project structure with src and build directories
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Montano ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Node.js v18+, clone the repository, run npm install, then use npm run dev for development or npm run build && npm start for production. For Cursor IDE integration, add the provided JSON configuration to your Cursor settings under mcpServers.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp montano server": {
"montano-mcp-server": {
"command": "node",
"args": [
"path/to/mcp-montano-server/build/index.js"
]
}
}
}
}
McpServers
{
"montano-mcp-server": {
"command": "node",
"args": [
"path/to/mcp-montano-server/build/index.js"
]
}
}
MCP Montano Server
A TypeScript-based server project.
Prerequisites
- Node.js (v18 or higher)
- npm (comes with Node.js)
- Cursor IDE (recommended)
Installation
1. Clone the repository:
git clone git@github.com:lucasmontano/mcp-montano-server.git
cd mcp-montano-server
2. Install dependencies:
npm install
Running the Project
1. Development mode:
npm run dev
2. Build and run in production mode:
npm run build
npm start
Adding MCP to Cursor
{
"mcpServers": {
"montano-mcp-server": {
"command": "node",
"args": ["path/to/mcp-montano-server/build/index.js"]
}
}
}
Project Structure
mcp-montano-server/
├── src/ # Source code
├── build/ # Compiled JavaScript files
├── node_modules/ # Dependencies
├── package.json # Project configuration and dependencies
└── tsconfig.json # TypeScript configuration
License
This project is licensed under the MIT License - see the LICENSE file for details.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



