Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Smartsheet logo on a cloud server diagram, with arrows showing data flow between Claude AI agents and AWS

Smartsheet Deploys Remote MCP Server on AWS for Agent Tool Access

Smartsheet deployed a remote MCP server on AWS ECS Fargate, enabling Claude agents to query and update sheets via standardized tool calls without a local client.

·2d ago·3 min read··31 views·AI-Generated·Report error
Share:
Source: news.google.comvia gn_mcp_protocol, devto_mcpWidely Reported
How did Smartsheet build a remote MCP server on AWS?

Smartsheet built a remote Model Context Protocol (MCP) server on AWS, enabling Claude AI agents to query, update, and automate workflows across Smartsheet via standardized tool calls.

TL;DR

Smartsheet built a remote MCP server on AWS · Server connects Claude to Smartsheet APIs · Enables AI agents to query and update sheets

Smartsheet built a remote Model Context Protocol (MCP) server on Amazon Web Services (AWS), according to a blog post published by AWS. The deployment lets Claude AI agents query and update Smartsheet sheets via standardized tool calls, eliminating local MCP client dependencies.

Key facts

  • Smartsheet built a remote MCP server on AWS ECS Fargate.
  • Server exposes Smartsheet REST APIs as MCP tools for Claude.
  • Authentication uses OAuth 2.0 with a custom authorization service.
  • Deployment eliminates local MCP client on developer machines.
  • Remote MCP enables centralized access control and rate limiting.

Smartsheet, the work management platform, has deployed a remote Model Context Protocol (MCP) server on AWS, as detailed in a blog post by AWS. The server exposes Smartsheet's REST API endpoints as tools that Claude can invoke, enabling AI agents to read, create, update, and delete rows, sheets, reports, and dashboards programmatically.

How the architecture works

Build and deploy remote MCP servers to AWS EC2 | by Tadeo Donegana ...

The MCP server runs on Amazon ECS Fargate behind an Application Load Balancer. Authentication uses OAuth 2.0 with a custom authorization service, according to the AWS post. The deployment eliminates the need for a local MCP client on the developer's machine — a key difference from the typical local MCP setup where the client runs as a sidecar process alongside the AI application.

By hosting the MCP server remotely, Smartsheet can enforce centralized access controls, logging, and rate limiting. The server communicates with Claude via the MCP specification, which Anthropic introduced in November 2024 as an open standard for connecting AI models to external data sources according to our prior reporting on MCP.

Why remote MCP matters

Build & Deploy MCP Servers on AWS Bedrock AgentCore

The remote deployment pattern addresses a scaling limitation of MCP. In the default local setup, each developer runs their own MCP client, which creates operational overhead for teams. Centralizing the MCP server on AWS Fargate means Smartsheet can manage a single instance that multiple Claude sessions or agents can call.

The approach also aligns with the growing trend of enterprise MCP deployments. On July 28, 2026, Google added background execution and MCP support to Gemini API Managed Agents [per our history]. Amazon launched an MCP server for its Registry of Open Data on the same date. The Smartsheet deployment on AWS signals that enterprises are moving MCP from developer-local experiments to production infrastructure.

Smartsheet did not disclose usage metrics or the number of agents currently using the server. The company also did not specify which Claude model variant the MCP server connects to — Claude 3.5 Sonnet, Claude 4 Opus, or another — though the MCP protocol itself is model-agnostic.

What to watch

Watch for other enterprise SaaS platforms to follow Smartsheet's remote MCP pattern on AWS, GCP, or Azure. The Q3 2026 adoption rate of MCP servers in production (vs. local dev setups) will indicate whether the protocol becomes a standard enterprise integration layer or remains a niche developer tool.


Source: news.google.com

[Updated 19 Jul via devto_mcp]

A developer-built cloud gateway now automates MCP server creation from any OpenAPI spec, eliminating the boilerplate Smartsheet had to write for its custom deployment. The gateway, hosted on Render, parses JSON specifications and provisions a remote MCP server over Server-Sent Events (SSE) instantly — no manual SDK code required. Its architecture uses FastAPI for core logic and Supabase for metadata indexing [per dev.to]. This could lower the barrier for other SaaS platforms to replicate Smartsheet's remote MCP pattern without building custom authorization services.


Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from multiple verified sources, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

The Smartsheet remote MCP deployment is a practical signal that the Model Context Protocol is maturing from a developer-local experiment into a production integration layer. The architecture choice — ECS Fargate behind an ALB with OAuth 2.0 — mirrors standard enterprise API gateway patterns, which is exactly what MCP needs to gain CIO trust. The interesting angle here is not the technology itself (exposing REST APIs as tools is straightforward) but the operational decision to centralize. Most MCP tutorials and examples assume a local client running alongside the AI application. Smartsheet's remote pattern solves the multi-developer coordination problem that local MCP creates — each developer doesn't need to configure their own Smartsheet credentials, rate limits, or logging. This deployment also implicitly critiques the default MCP architecture. The protocol was designed with a local-first assumption (the client runs on the same machine as the AI app), but enterprises want centralized auth, auditing, and lifecycle management. Smartsheet's remote server is effectively an API gateway for AI agents — a pattern that will likely become the default for production MCP deployments. The question is whether Anthropic will formalize remote MCP server patterns in the spec, or leave it to cloud providers to fill the gap.
This story is part of
The AI Infrastructure War Shifts from Chips to Developer Tools
Nvidia's enterprise pivot and AWS's OpenAI bet collide with Cursor's quiet ascent
Compare side-by-side
Smartsheet vs Amazon
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Products & Launches

View all