Get the FREE Ultimate OpenClaw Setup Guide →

Awesome s

A curated list of MCP servers that we've actually tested and can vouch for

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio daeda-technologies-ltd-awesome-mcp-servers npx -y daeda-mcp

How to use

This MCP server provides access to a HubSpot CRM interface via an MCP server. Specifically, it enables AI agents and workflows to query and interact with HubSpot data such as contacts, companies, and deals, with a free tier for data export and paid options for real-time sync and editing. Once running, you can leverage natural language prompts to fetch records, create or update contacts, and navigate CRM data through the MCP protocol integrated by Daeda’s implementation. The server is designed to be plugged into your AI agents or automation pipelines, enabling seamless CRM operations within your larger automation stack.

How to install

Prerequisites:

  • Node.js (LTS version recommended) and npm installed on your machine
  • Internet access to fetch the MCP server package

Install and run:

  1. Ensure Node.js and npm are available
  2. Run the MCP server using npx (no installation required on your system):
npx -y daeda-mcp

Alternatively, you can install globally and run locally:

npm install -g daeda-mcp
daeda-mcp

If you prefer pinning a specific version, replace with a version specifier, for example: npx -y daeda-mcp@1.2.3.

Note: The README indicates this server interacts with HubSpot CRM data, so ensure you have the necessary HubSpot credentials and API access configured as environment variables if required by the package.

Additional notes

Tips and notes:

  • The server is hosted as an MCP server for HubSpot CRM interactions; ensure you have proper HubSpot API access and scopes.
  • If the MCP package requires authentication, set environment variables as documented by the package (e.g., HUBSPOT_API_KEY or OAuth credentials), and consult the package README for exact variable names.
  • Use the MCP protocol to compose natural language requests that map to HubSpot actions (query contacts, create company records, update deals, etc.).
  • When testing, start with read-only actions to verify permissions before attempting write operations.
  • If you run into network or rate-limiting issues, check HubSpot’s API limits and adjust usage accordingly.
  • Since the server is provided as an MCP server by Daeda, keep an eye on updates from the package to maintain compatibility with MCP protocol changes.
Sponsor this space

Reach thousands of developers