Awesome MCPOther MCP Servers

tsmztech/mcp-server-salesforce

⭐ 167 TypeScript repository created 2025-01-15

Salesforce MCP Server connects an MCP client to a Salesforce org so records, metadata and Apex code can be handled through natural language. Its tools split into three areas. For data, salesforce_query_records runs SOQL with parent-to-child and child-to-parent relationships and complex WHERE clauses, salesforce_aggregate_query covers GROUP BY with COUNT, COUNT_DISTINCT, SUM, AVG, MIN and MAX plus HAVING and date grouping, salesforce_dml_records inserts, updates, deletes and upserts records by external id, and salesforce_search_all runs SOSL across several objects with field snippets. For metadata, salesforce_search_objects finds standard and custom objects by partial name, salesforce_describe_object returns field definitions, relationships and picklist values, salesforce_manage_object creates and updates custom objects and their sharing settings, salesforce_manage_field adds and modifies fields and relationships while granting field level security to the System Administrator profile by default, and salesforce_manage_field_permissions grants, revokes and inspects read and edit access per profile in bulk. For code, salesforce_read_apex and salesforce_read_apex_trigger fetch source and metadata with wildcard name patterns, salesforce_write_apex and salesforce_write_apex_trigger create and update classes and triggers with a chosen API version, salesforce_execute_anonymous runs one-off Apex and returns debug output, and salesforce_manage_debug_logs enables, disables and retrieves logs at configurable levels. Three authentication modes are supported: username, password and security token; the OAuth 2.0 client credentials flow with a connected app, client id, client secret and instance URL; and the Salesforce CLI, which is recommended locally because the server reads the access token and instance URL from sf org display and can follow the default org of the VS Code workspace, making multi-org switching easy. Node.js 20 or newer is required and bun is explicitly unsupported because jsforce HTTP calls hang under it. Installed globally from npm or as a packaged Claude Desktop extension.

https://github.com/tsmztech/mcp-server-salesforce

salesforcecrmsoqlsoslapexmcp-servertypescriptjsforce

Also in Other MCP Servers

microsoft/markitdown

MarkItDown is a Python tool that converts various file formats into Markdown and integrates with LLM applications via an MCP server for enhanced text analysis and document processing.

punkpeye/awesome-mcp-servers

A curated collection of Model Context Protocol (MCP) servers that enable AI models to securely interact with local and remote resources through standardized server implementations.

modelcontextprotocol/servers

The Model Context Protocol Servers repository offers reference implementations and third-party integrations that demonstrate how MCP enables Large Language Models to securely access and interact with diverse tools and data sources.

koala73/worldmonitor

World Monitor is an AI-powered, real-time global intelligence dashboard aggregating news and monitoring geopolitical and infrastructure data for unified situational awareness.

headroomlabs-ai/headroom

Headroom is a context compression layer for AI agents, reducing token usage by 60-95% while preserving accuracy, implemented as a library, proxy, and MCP server.

diegosouzapw/OmniRoute

OmniRoute is a free AI gateway that connects various AI tools and models from over 230 providers through a single endpoint, featuring token compression, smart auto-fallback, and support for Model C...

rohitg00/ai-engineering-from-scratch

This comprehensive curriculum teaches AI engineering from scratch, focusing on building AI algorithms, agents, and MCP servers hands-on, covering everything from mathematical foundations to autonom...

every-app/open-seo

Open source, self-hostable SEO platform that exposes its keyword, rank, backlink and site-audit data to AI agents through an MCP server and a set of companion agent skills.