SShortSingh.
Back to feed

Apple launches official Safari MCP server in Technology Preview 247

0
·1 views

Apple released its own Safari MCP server on July 1, 2026, bundled with Safari Technology Preview 247 and built by the WebKit team. The tool allows MCP-compatible AI agents such as Claude and Cursor to connect to a Safari window and perform tasks like DOM inspection, console reading, network request capture, and screenshots. It runs entirely locally via Safari's built-in WebDriver binary, with no data sent to Apple's servers. However, the server operates in an isolated automation session, meaning it has no access to a user's existing logins, cookies, or open tabs. A developer who maintains an open-source alternative called safari-mcp noted the tools serve different purposes: Apple's is designed for clean-room debugging, while theirs enables agents to interact with an already authenticated, real Safari session.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

How a Connected POS System Gives Store Owners Full Business Visibility

A point of sale system does more than process payments — it links each transaction to stock changes, staff actions, and daily reports in real time. Without this connection, store owners often see sales totals but lack the context behind discounts, returns, or inventory shifts. Blind spots in stock management can lead to reordering slow-moving items or running out of bestsellers due to outdated data. Role-based access controls within a POS system also help owners trace sensitive actions like voids or price changes to specific staff members. Platforms designed for connected store operations aim to consolidate checkout, inventory, and payment records into a single, readable operating picture.

0
ProgrammingDEV Community ·

Developer Launches AllOmniTools: 170+ Free Browser-Based Utilities Requiring No Login

A developer has launched AllOmniTools, a free platform hosting over 170 browser-based utilities that require no account creation or software installation. The collection spans a wide range of categories, including developer utilities, image converters, social media tools, and calculators. Tools available include a CSS gradient generator, QR code generator, YouTube earnings calculator, and a word counter, among others. The platform was built with the goal of giving users immediate access to practical tools without technical barriers. The developer has stated that new tools will be added continuously based on user feedback.

0
ProgrammingDEV Community ·

Content Security Policy: The HTTP Header That Shields Websites From XSS Attacks

Content Security Policy (CSP) is an HTTP response header configured on a server to instruct the browser which sources are trusted for loading resources like JavaScript, CSS, and images. Its primary purpose is to mitigate Cross-Site Scripting (XSS) attacks by blocking scripts that do not originate from approved sources, even if malicious code has already been injected into a page. Beyond XSS, CSP can also help defend against clickjacking, unauthorized iframe loading, and uncontrolled form submissions. A basic CSP directive such as 'default-src self' restricts resource loading to the site's own domain, with stricter policies offering stronger protection. Implementing a rigorous CSP requires carefully whitelisting every trusted resource, making the balance between security and usability a key challenge for developers.

0
ProgrammingDEV Community ·

Developer builds free 163-page US paycheck calculator with zero server costs

A solo developer launched PayBrackets, a free tool that calculates Americans' take-home pay after federal taxes, state taxes, and Social Security deductions across all 50 states and Washington D.C. The site has no backend, no database, and no APIs — its only running cost is the domain name. The developer hand-coded 2026 tax rules for all 51 jurisdictions into TypeScript files, accounting for state-specific quirks like California's uncapped disability insurance and Connecticut's bracket clawbacks. At build time, the engine generates 163 static pages — covering state-specific calculators, hourly-to-annual conversions, and salary after-tax breakdowns — in under 30 seconds. All calculations run locally in the browser, meaning users' salary data never leaves their device.

Apple launches official Safari MCP server in Technology Preview 247 · ShortSingh