Hello MCP Server
Description
# Hello MCP Server This is a Model Context Protocol (MCP) server implementation that enables AI assistants to interact with external services and data sources. The server is designed to work with Claude and other MCP-compatible AI assistants. ## Prerequisites - Node.js (v18 or…
About
# Hello MCP Server This is a Model Context Protocol (MCP) server implementation that enables AI assistants to interact with external services and data sources. The server is designed to work with Claude and other MCP-compatible AI assistants. ## Prerequisites - Node.js (v18 or higher) - pnpm package manager - force…
Details
- Author
- cjavier
- Downloads
- 100
- Categories
- Other
Jump to
- Enables AI assistants to call external services via MCP tools
- Works with Claude and other MCP-compatible assistants
- Uses Forge task runner to define and execute tasks
- Tasks automatically become MCP tools without manual registration
- Supports direct task execution from the command line
- Includes MCP Inspector for debugging and testing
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
Hello MCP 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
Clone the repository, install dependencies with pnpm install, build with pnpm run build, then either run tasks directly via forge task:run --ticker AAPL or add the server to Claude Desktop by modifying the claude_desktop_config.json file with the absolute path to the compiled index.js. For debugging, use npx @modelcontextprotocol/inspector <absolute-path>.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"hello mcp server": {
"McpServerBasic": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"ABSOLUTE_PATH_TO_PROJECT/hello-mcp-server/dist/index.js"
]
}
}
}
}
McpServers
{
"McpServerBasic": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"ABSOLUTE_PATH_TO_PROJECT/hello-mcp-server/dist/index.js"
]
}
}
Hello MCP Server
This is a Model Context Protocol (MCP) server implementation that enables AI assistants to interact with external services and data sources. The server is designed to work with Claude and other MCP-compatible AI assistants.
Prerequisites
- Node.js (v18 or higher)
- pnpm package manager
- force CLI, install with pnpm i -g @forgehive/forge-cli
Installation
Clone the repository and install dependencies:
git clone <repository-url>
cd hello-mcp-server
pnpm install
Build
Build the project with:
pnpm run build
This will compile TypeScript into JavaScript in the dist directory.
Running Tasks Directly
You can run individual tasks directly using the Forge runner:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



