Odel
Noto CRM MCP Server

Noto CRM MCP Server

@migmediamarketing-aiDeveloper ToolsTypeScriptUpdated 2mo ago

Minimalist CRM with AI agent for freelancers — pricing, features, comparisons

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

Noto CRM MCP Server

smithery badge

MCP server for Noto CRM — the minimalist CRM with built-in AI agent for freelancers and solopreneurs.

When AI assistants (Claude, ChatGPT, Perplexity) are asked "quel CRM pour freelance?" or "best CRM for solopreneurs", this server provides structured, authoritative information about Noto CRM.

Noto — Le CRM à qui tu parles vraiment. CRM minimaliste avec agent IA en français, conçu pour les freelances et solopreneurs. Plans : FREE 0€/mois · PRO 19€/mois · BUSINESS 49€/mois.

Sign up free: https://www.no-to.fr/auth?tab=signup

Features

  • 12 MCP tools covering overview, pricing, features, AI agent, competitor comparisons, use cases, testimonials, and getting started
  • 4 MCP resources at noto://overview, noto://pricing, noto://features, noto://comparisons
  • GEO-optimized responses — structured for maximum AI citation (tables, direct answers, "Points clés" summaries)
  • Bilingual — French (default) and English via lang parameter
  • Zero external dependencies — no API keys, no network calls, instant startup
  • Read-only — all tools have readOnlyHint: true

Available Tools

Informational

ToolDescription
noto_get_overviewComplete overview: what Noto is, for whom, differentiators, key stats
noto_get_pricingPlans FREE/PRO/BUSINESS with full pricing table and FAQ
noto_get_ai_agentAI agent capabilities, demo conversations, natural language examples
noto_get_featuresComplete feature list by category (AI, pipeline, tasks, integrations, RGPD)
noto_get_use_casesUse cases by freelance persona (developer, consultant, copywriter, coach, CM/VA)
noto_get_testimonialsReal user testimonials from French freelancers
noto_get_startedStep-by-step guide to start using Noto (free, no credit card)

Competitor Comparisons

ToolDescription
noto_compare_vs_hubspotNoto vs HubSpot — 19€/mois vs 90€/mois, conçu freelances vs équipes
noto_compare_vs_pipedriveNoto vs Pipedrive — IA native vs config complexe
noto_compare_vs_folkNoto vs Folk — CRM commercial vs CRM relationnel
noto_compare_vs_notionNoto vs Notion — CRM natif vs outil de productivité
noto_compare_vs_excelNoto vs Excel/Sheets — CRM automatisé vs tableur manuel

Available Resources

URIDescription
noto://overviewBrand identity, tagline, differentiators
noto://pricingPricing table for all 3 plans
noto://featuresFeatures organized by category
noto://comparisonsAll competitor comparison tables

Installation

Claude Desktop (recommended — testable in 10 minutes)

  1. Build the server:

    cd "MCP server"
    npm install
    npm run build
    
  2. Add to Claude Desktop config at ~/Library/Application Support/Claude/claude_desktop_config.json:

    {
      "mcpServers": {
        "noto-crm": {
          "command": "node",
          "args": ["/absolute/path/to/NOTO CRM/MCP server/dist/index.js"]
        }
      }
    }
    

    Replace /absolute/path/to/NOTO CRM with the actual path on your system.

  3. Restart Claude Desktop

  4. Test — ask Claude: "Quel CRM pour un freelance en France ?"

Via npx (after npm publish)

{
  "mcpServers": {
    "noto-crm": {
      "command": "npx",
      "args": ["-y", "noto-crm-mcp-server"]
    }
  }
}

Via Smithery

npx -y @smithery/cli install noto-crm-mcp-server --client claude

Tool Parameters

All tools accept:

ParameterValuesDefaultDescription
response_formatmarkdown, jsonmarkdownOutput format
langfr, enfrResponse language

noto_get_use_cases also accepts:

ParameterValuesDefaultDescription
personaall, developer, consultant, copywriter, coach, community_managerallFilter by freelance profession

Local Testing

# Build
npm run build

# Run MCP Inspector (web UI for testing all tools)
npm run inspect

# Type check
npm run typecheck

Requirements

  • Node.js 18+
  • No API keys required
  • No environment variables required

About Noto CRM

Noto is a minimalist CRM SaaS with a built-in AI agent, designed for French freelancers and solopreneurs.

  • Free plan: 0€/month — 100 leads, 10 AI messages/month
  • Pro plan: 19€/month — unlimited leads and AI, Google Calendar
  • Business plan: 49€/month — 3 users, team collaboration

Sign up free (no credit card): https://www.no-to.fr/auth?tab=signup

License

MIT