spear-mcp-test
MCP server for accessing SPEAR model output from various sources (AWS, STAC API, local) and integrating with AI assistants like Claude Desktop or a SPEAR Climate Chatbot.
README
Model Context Protocol (MCP) Test Server for Accessing SPEAR Model Output
Model Context Protocol is a standarized form of two-way communication for connecting AI applications to external services, devices and databases. This test MCP server is designed for accessing SPEAR output. There are 3 different 'flavors' of SPEAR MCP server labeled as different branches in this repository. Each branch is catered to a specified SPEAR output location which include AWS hosted, STAC API hosted and local mounted directory hosted files.
The SPEAR MCP server can be utilized in multiple ways. Currently, the most supported method is using the MCP server in parrallel with our SPEAR Climate Chatbot model. You can find this chatbot here:
https://github.com/zappalaja/spear-climate-chatbot
The MCP servers also work well with and have been tested using Claude Desktop and Claude Code.
This is not intended for operational purposes. Contact through GitHub issues for questions.
Running the MCP Server in Terminal
UV will need to be installed in the environment to run the MCP server.
You can download UV from here: https://github.com/astral-sh/uv
# On macOS and Linux. Run this in your chosen MCP env
curl -LsSf https://astral.sh/uv/install.sh | sh
To run the MCP server edit start_mcp_server.sh as needed, make it executable and run it in terminal:
chmod +x start_mcp_server.sh
./start_mcp_server.sh
Claude Desktop Install
To download Claude Desktop, follow the instructions from this link:
https://claude.ai/download
Once Claude Desktop is installed, go to the settings and proceed to the 'Developer' section. Click 'Edit config' and insert the correct form of the 'Local Install' into the 'claude_desktop_config.json'.
Configuration in LLM JSON file:
{
"mcpServers": {
"spear_mcp": {
"command": "uv", // May need a full path, like /opt/homebrew/bin/uv
"args": [
"--directory",
"/Absolute/path/to/spear-mcp",
"run",
"spear-mcp"
]
}
}
}
Claude Code Install
Claude Code Installation Page:
https://code.claude.com/docs/en/overview
One downloaded in terminal, run this command to connect to the SPEAR MCP server:
claude mcp add spear_mcp -- /bin/bash -c "cd /path/to/spear-mcp-test && uv run spear-mcp"
To check if you have successfully connected to the server, check with the "/mcp" command.
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.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
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.