Tasks
About
Lightweight Spring Boot task management server providing RESTful API for creating, tracking, and managing tasks with integrated tool interactions and comprehensive testing.
Details
- Author
- gopinathmr
- Repository
- GopinathMR/mcp-tasks-server
- Categories
- Productivity, Design, Developer Tools, AI, Frontend, API, Project Management
Jump to
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
TasksCommand (node, npx, python, etc.)/usr/bin/javaArguments-
Argument 1
-Dspring.profiles.active=default -
Argument 2
-Dspring.main.web-application-type=none -
Argument 3
-jar -
Argument 4
<PATH_TO_REPO>/build/libs/<your-app-name>-0.0.1-SNAPSHOT.jar
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"tasks": {
"cwd": "optional",
"env": {},
"args": [
"-Dspring.profiles.active=default",
"-Dspring.main.web-application-type=none",
"-jar",
"<PATH_TO_REPO>/build/libs/<your-app-name>-0.0.1-SNAPSHOT.jar"
],
"shell": false,
"command": "/usr/bin/java"
}
}
}
Linux
{
"cwd": "optional",
"env": [],
"args": [
"-Dspring.profiles.active=default",
"-Dspring.main.web-application-type=none",
"-jar",
"<PATH_TO_REPO>/build/libs/<your-app-name>-0.0.1-SNAPSHOT.jar"
],
"shell": false,
"command": "/usr/bin/java"
}
Macos
{
"cwd": "optional",
"env": [],
"args": [
"-Dspring.profiles.active=default",
"-Dspring.main.web-application-type=none",
"-jar",
"<PATH_TO_REPO>/build/libs/<your-app-name>-0.0.1-SNAPSHOT.jar"
],
"shell": false,
"command": "/usr/bin/java"
}
Windows
{
"cwd": "optional",
"env": [],
"args": [
"-Dspring.profiles.active=default",
"-Dspring.main.web-application-type=none",
"-jar",
"<PATH_TO_REPO>/build/libs/<your-app-name>-0.0.1-SNAPSHOT.jar"
],
"shell": false,
"command": "/usr/bin/java"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





