I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

js-mcp-server
Javascript version of the Linkup MCP server.
2
Github Watches
1
Github Forks
3
Github Stars
Linkup Model Context Protocol
This package provides a Model Context Protocol server for integrating Linkup's web search functionality with AI models that support function calling through MCP.
You can check the NPM page here.
Installation & Usage
You can run the Linkup MCP server directly using npx:
npx -y linkup-mcp-server --api-key=YOUR_LINKUP_API_KEY
Alternatively, you can set your API key as an environment variable:
export LINKUP_API_KEY=YOUR_LINKUP_API_KEY
npx -y linkup-mcp-server
Command Line Options
Option | Description |
---|---|
--api-key |
Your Linkup API key (required unless LINKUP_API_KEY env is set) |
--base-url |
Custom API base URL (default: https://api.linkup.so/v1 ) |
--help, -h |
Show help text |
Usage with Claude
Add the following to your claude_desktop_config.json
. See the MCP documentation for more details.
To ensure compatibility with Claude, we recommend that npx
command be accessible within the same environment. A common location for this is /usr/local/bin/node
(on mac)
{
"mcpServers": {
"linkup": {
"command": "npx",
"args": ["-y", "linkup-mcp-server"],
"env": {
"LINKUP_API_KEY": "YOUR_LINKUP_API_KEY"
}
}
}
}
or
{
"mcpServers": {
"linkup": {
"command": "npx",
"args": ["-y", "linkup-mcp-server", "--api-key=YOUR_LINKUP_API_KEY"]
}
}
}
Available Tools
Tool | Description |
---|---|
search-web |
Perform a web search query using Linkup |
Development
Clone the repository and install dependencies:
git clone git@github.com:LinkupPlatform/js-mcp-server.git
cd js-mcp-server
npm install
Available Scripts
Script | Description |
---|---|
npm run build |
Build the TypeScript project |
npm run lint |
Run ESLint |
npm run format |
Format code with Prettier |
npm run test |
Run tests |
npm run test:watch |
Run tests in watch mode |
License
This project is licensed under the MIT License - see the LICENSE file for details.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
Mirror ofhttps://github.com/agentience/practices_mcp_server
Mirror ofhttps://github.com/bitrefill/bitrefill-mcp-server
Reviews

user_mICYJKwf
I've been using the js-mcp-server for my projects, and it's been a game-changer! The seamless integration and robust features provided by LinkupPlatform have significantly improved the efficiency of my server management. Highly recommend checking it out on GitHub!